]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145866: Convert `_CALL_METHOD_DESCRIPTOR_NOARGS` to leave its inputs on the stack...
authorSacul <183588943+Sacul0457@users.noreply.github.com>
Wed, 8 Apr 2026 15:21:37 +0000 (23:21 +0800)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2026 15:21:37 +0000 (23:21 +0800)
commitbb03c8bd02ab2e6bce6c3f32869f9ac3bdf595c1
tree4f2f2f48c4b7adc5890ef7c5d3df3f94ffce03a2
parentd2fa4b2b13f3c78649599d71f68df7390c1d9261
gh-145866: Convert `_CALL_METHOD_DESCRIPTOR_NOARGS` to leave its inputs on the stack to be cleaned up by _POP_TOP (GH-148227)
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