]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145866: Convert `CALL_INTRINSIC_1` to leave its inputs on the stack to be cleaned...
authorSacul <183588943+Sacul0457@users.noreply.github.com>
Mon, 16 Mar 2026 11:58:12 +0000 (19:58 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 11:58:12 +0000 (11:58 +0000)
commit37121ef77ee54bd5bf12582392ecf55afa80f366
tree0209ec720207b2e50c0c63b156ce2f647c3036ce
parent36b5284f04b0a946a7d915bcd656534c9b4dbd85
gh-145866: Convert `CALL_INTRINSIC_1` to leave its inputs on the stack to be cleaned up by `_POP_TOP`. (GH-145964)
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