]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144540: Add _MAKE_HEAP_SAFE uop to eliminate unnecessary refcount operations in...
authorHai Zhu <haiizhu@outlook.com>
Wed, 11 Mar 2026 20:24:19 +0000 (04:24 +0800)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2026 20:24:19 +0000 (20:24 +0000)
commitf062014d3876f1f81c0e60bf861c3460429ac3b4
treeb7e308ceb511225f7183bf5519bab1caf06e89cd
parent77d6d5d8fcc8565034dac378b2184131af735512
gh-144540: Add _MAKE_HEAP_SAFE uop to eliminate unnecessary refcount operations in RETURN_VALUE and YIELD_VALUE (GH-144414)
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