]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-143759)
authorreiden <65756407+reidenong@users.noreply.github.com>
Mon, 12 Jan 2026 21:56:26 +0000 (22:56 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 21:56:26 +0000 (21:56 +0000)
commitc556786b8ba226f14ee1092f41c50bae41025386
tree8b5a0194d97f7a9c50c03ba64a29dbbd77c12b49
parent66e1399311c17684c6e26f5d9d9603fbd0717d0d
gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-143759)
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
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h