]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: JIT: Remove redundant refcounting for UNARY_{INVERT|NEGATIVE} (GH-143704) main
authorKen Jin <kenjin@python.org>
Sun, 11 Jan 2026 20:42:55 +0000 (04:42 +0800)
committerGitHub <noreply@github.com>
Sun, 11 Jan 2026 20:42:55 +0000 (20:42 +0000)
commit548526bbbebd4e5034704a1945b35fdf5ed84a76
tree6a83b743c7329e67bfce8cd1f5e83de3a67a8c8a
parent9d13ca97c1a83ed649a16fb0512b5f1c5f9ad108
gh-134584: JIT: Remove redundant refcounting for UNARY_{INVERT|NEGATIVE} (GH-143704)
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
Tools/cases_generator/optimizer_generator.py