]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_CALL_STR_1` (GH-136070)
authorNadeshiko Manju <me@manjusaka.me>
Sun, 14 Dec 2025 09:33:05 +0000 (17:33 +0800)
committerGitHub <noreply@github.com>
Sun, 14 Dec 2025 09:33:05 +0000 (09:33 +0000)
commita154c9ed4e8efff75e7a683f217d728f108b73dd
treea6a55427b026068518b54dcf35fccd20efe0d73a
parentd3ef5ba34d3068b8178d6ff0f39462db6bbc4ad5
gh-134584: Eliminate redundant refcounting from `_CALL_STR_1` (GH-136070)

Signed-off-by: Manjusaka <me@manjusaka.me>
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-17-54-27.gh-issue-134584.EXgPub.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