]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145866: Convert `_CALL_INTRINSIC_2` to leave its inputs on the stack to be cleaned...
authorKevin Huai <kevin@kevinhuai.com>
Thu, 26 Mar 2026 09:41:07 +0000 (03:41 -0600)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 09:41:07 +0000 (17:41 +0800)
commitf5364ae75043580cf1ce94dcafe2b8b489a855aa
tree1026db884f7fad47fab65e0c5a8a9d78d7ab09a9
parent495178ab058b35aa89b82099be80ad1ad01fa496
gh-145866: Convert `_CALL_INTRINSIC_2` to leave its inputs on the stack to be cleaned up by `_POP_TOP`  (GH-146262)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h