]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
authorMark Shannon <mark@hotpy.org>
Tue, 5 Mar 2024 15:06:00 +0000 (15:06 +0000)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 15:06:00 +0000 (15:06 +0000)
commit0c81ce13602b88fd59f23f701ed8dc377d74e76e
treedbcf462118f71fa97906409414099cdd2b8ca241
parentc91bdf86ef1cf9365b61a46aa2e51e5d1932b00a
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Include/internal/pycore_optimizer.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