]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: JIT: Remove redundant refcount from STORE_FAST (GH-143336)
authorKen Jin <kenjin@python.org>
Fri, 2 Jan 2026 18:22:21 +0000 (02:22 +0800)
committerGitHub <noreply@github.com>
Fri, 2 Jan 2026 18:22:21 +0000 (18:22 +0000)
commitf7a03bb944f3967bce20cbed9071a03546863f0d
tree2c9b7b747b554f09e374893391f7462cf30fe99b
parent98258326a9f9ea29424f556173dfc8b6129eeb8c
gh-134584: JIT: Remove redundant refcount from STORE_FAST (GH-143336)
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
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c