]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_CALL_TYPE_1` (GH-135818)
authorTomas R. <tomas.roun8@gmail.com>
Tue, 23 Dec 2025 17:01:10 +0000 (18:01 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Dec 2025 17:01:10 +0000 (17:01 +0000)
commit25c294b6eafbd371865ae60138884262a2178077
tree1326588ff9ce8ae3ae65a9f30cf015626cc37ed7
parentc8b80f5e23cdbeec377c0aed36c9ac648b28a0b1
gh-134584: Eliminate redundant refcounting from `_CALL_TYPE_1` (GH-135818)
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-20-54-15.gh-issue-134584.ZNcziF.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h