]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_CALL_BUILTION_O` (GH-142695)
authorPuQing <me@puqing.work>
Sun, 14 Dec 2025 10:28:02 +0000 (18:28 +0800)
committerGitHub <noreply@github.com>
Sun, 14 Dec 2025 10:28:02 +0000 (10:28 +0000)
commita2a400af1edc225535338863bb1f9d36959b4f91
tree6e02c4f5d5d98a6b0a32e50b7654e5a91efb3734
parent11aef219f5186fcb9b8121651e5bdbd7e84c3a4e
gh-134584: Eliminate redundant refcounting from `_CALL_BUILTION_O` (GH-142695)

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-06-28-04-32-38.gh-issue-134584.eZogqn.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_cases.c.h