]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144007: Eliminate redundant refcounting in the JIT for BINARY_OP (GH-144011)
authorAN Long <aisk@users.noreply.github.com>
Sat, 24 Jan 2026 09:35:32 +0000 (18:35 +0900)
committerGitHub <noreply@github.com>
Sat, 24 Jan 2026 09:35:32 +0000 (09:35 +0000)
commit4e10fa993a8bbc4d6e77910cb5fd1bc28473e8ec
treee633efbc87f1b6bac5ee186d07909a524b224786
parent29f1e778faaa31479e4ef84e2fb37a7a53984550
gh-144007: Eliminate redundant refcounting in the JIT for BINARY_OP (GH-144011)
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-01-19-01-56-44.gh-issue-144007.1xjdBf.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