]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148083: Prevent constant folding when lhs is container types (gh-148090)
authorDonghee Na <donghee.na@python.org>
Sat, 4 Apr 2026 15:40:12 +0000 (00:40 +0900)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2026 15:40:12 +0000 (00:40 +0900)
commit853dafe23a138459be544065251d0150df680a2c
treee1dc66e3101449298f96481a5cceb852265a79e0
parentc398490fbf15ede5de3389b4ca4e32fb9a7c5d67
gh-148083: Prevent constant folding when lhs is container types (gh-148090)
Include/internal/pycore_optimizer.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c