]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `TO_BOOL_STR` (GH-143417)
authorNadeshiko Manju <me@manjusaka.me>
Tue, 6 Jan 2026 21:11:53 +0000 (05:11 +0800)
committerGitHub <noreply@github.com>
Tue, 6 Jan 2026 21:11:53 +0000 (21:11 +0000)
commit0a5c04a5ce56a208ba2a3a0f945d006296766876
treeaa6a3c286a3119083fded923aedee6678ecd3a82
parent98e55d70bcb7f02c6f98f90739e217049d6a1db7
gh-134584: Eliminate redundant refcounting from `TO_BOOL_STR` (GH-143417)

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/2026-01-04-23-53-42.gh-issue-134584.CNrxI_.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