]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584 : Optimize and eliminate redundant ref-counting for `MAKE_FUNCTION` in...
authorSacul <183588943+Sacul0457@users.noreply.github.com>
Thu, 9 Apr 2026 14:22:53 +0000 (22:22 +0800)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2026 14:22:53 +0000 (22:22 +0800)
commit38d3aef3752914ab0c46d2a85ae614255874f8fb
treea9698e6a682ae7314ff5d2d0cf4352638e45ac68
parent2acb8d9257c4f5049777d9d462092373b0b3feca
gh-134584 : Optimize and eliminate redundant ref-counting for  `MAKE_FUNCTION` in the JIT (GH-144963)
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
Misc/NEWS.d/next/Core_and_Builtins/2026-02-18-16-53-26.gh-issue-134584.a-O4sd.rst [new file with mode: 0644]
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