]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from _BINARY_OP_SUBSCR_LIST_INT (GH-142926)
authorLloydZ <35182391+cocolato@users.noreply.github.com>
Thu, 18 Dec 2025 18:25:36 +0000 (02:25 +0800)
committerGitHub <noreply@github.com>
Thu, 18 Dec 2025 18:25:36 +0000 (18:25 +0000)
commit33d94abafd0c6707561493a6dd16a85ff9776f05
tree6d9b907aa2e1e2f43e8e21378477ac45a9be454a
parentf54d44d3331ef0bc19f1437f32ffde2e49c07c22
gh-134584: Eliminate redundant refcounting from _BINARY_OP_SUBSCR_LIST_INT (GH-142926)
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