]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-132732: Use pure op machinery to optimize various instructions with `_POP_TOP...
authorSavannah Bailey <savannahostrowski@gmail.com>
Mon, 15 Sep 2025 15:29:45 +0000 (16:29 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 15:29:45 +0000 (16:29 +0100)
commit9c9a0f7da7bf626b6d156c9fe3df22597ee3fe9e
tree8db9067906913b5746ab2b7b9005d59e8bb28088
parent5c4bb9b7f6a779351afcdd76f390c572b3c1dc06
GH-132732: Use pure op machinery to optimize various instructions with `_POP_TOP` and `_POP_TWO`  (#137577)
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-09-04-07-05.gh-issue-132732.8BiIVJ.rst [new file with mode: 0644]
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Tools/cases_generator/optimizer_generator.py