]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130415: Narrowing to constants in branches involving `is` comparisons with a const...
authorreiden <65756407+reidenong@users.noreply.github.com>
Thu, 22 Jan 2026 09:37:45 +0000 (17:37 +0800)
committerGitHub <noreply@github.com>
Thu, 22 Jan 2026 09:37:45 +0000 (09:37 +0000)
commit0b08438ea693b7f78ec87e6a55e28d52709e19f4
treeb834553f17117641dd6cd4635ce9137ed18009ea
parent6181b69970b93fc74d74c97ce6543c0d1b6a258c
gh-130415: Narrowing to constants in branches involving `is` comparisons with a constant (GH-143895)
Include/internal/pycore_optimizer.h
Include/internal/pycore_optimizer_types.h
Lib/test/test_capi/test_opt.py
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c