]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND (GH-142711)
authorNadeshiko Manju <me@manjusaka.me>
Mon, 15 Dec 2025 15:49:36 +0000 (23:49 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 15:49:36 +0000 (15:49 +0000)
commit872ab51f32ab1128c4941e23b66c3ebc07855883
treee348a69db1731045b6a329b45b892500d91157e3
parent8bb5b6e8ce61da41b5affd5eb12d9cc46b5af448
gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND (GH-142711)

Signed-off-by: Manjusaka <me@manjusaka.me>
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
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/2025-12-14-21-46-07.gh-issue-134584.vyec2h.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h