]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_CALL_TUPLE_1` (GH-135860)
authorNoam Cohen <noam@noam.me>
Thu, 11 Dec 2025 14:31:28 +0000 (16:31 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 14:31:28 +0000 (14:31 +0000)
commita78f43b0015c79ac84b69b16df3956eaba7b3500
tree6b5ea7f33d22cc057e6ac7f0f6be72d5e6e5f58f
parent44d3dc64914d5e97708c466c0414ccb2698e38d6
gh-134584: Eliminate redundant refcounting from `_CALL_TUPLE_1` (GH-135860)
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-23-22-52-20.gh-issue-134584.qbiQfG.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h