]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130415: Narrow types to constants in branches involving specialized comparisons...
authorreiden <65756407+reidenong@users.noreply.github.com>
Sat, 24 Jan 2026 10:02:08 +0000 (18:02 +0800)
committerGitHub <noreply@github.com>
Sat, 24 Jan 2026 10:02:08 +0000 (10:02 +0000)
commit6d972e0104097e476118686ff7c84ea238ecafc3
treef42df619f52b455e140588f45575e4e65ae2878c
parent29840247ff6da36808cd04115421ff59cdaea455
gh-130415: Narrow types to constants in branches involving specialized comparisons with a constant (GH-144150)
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