]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting in TO_BOOL_ALWAYS_TRUE (GH-143427)
authorreiden <65756407+reidenong@users.noreply.github.com>
Tue, 6 Jan 2026 16:11:56 +0000 (00:11 +0800)
committerGitHub <noreply@github.com>
Tue, 6 Jan 2026 16:11:56 +0000 (16:11 +0000)
commit54f1ed02990aa0fdd796d2817d57962018b5553f
tree30ca38d2c0d270883601be501546f7b99dd13fba
parentd9c1235db44100b16355a347ca9e304df48411a7
gh-134584: Eliminate redundant refcounting in TO_BOOL_ALWAYS_TRUE (GH-143427)

Co-authored-by: Ken Jin <kenjin@python.org>
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