]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126835: Move const folding of lists & sets from ast_opt.c to flowgraph.c (#130032)
authorYan Yanchii <yyanchiy@gmail.com>
Thu, 13 Feb 2025 12:11:07 +0000 (13:11 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2025 12:11:07 +0000 (12:11 +0000)
commit140e69c4a878d7a0a26d4406bdad55e56ddae0b7
treee5283a181fcd61c4930176b0c4252f1c07705aec
parentc7a9d06e063c2e4ab3876b29fa4a211cc3e9cfc3
gh-126835: Move const folding of lists & sets from ast_opt.c to flowgraph.c (#130032)
Lib/test/test_ast/test_ast.py
Lib/test/test_compile.py
Lib/test/test_peepholer.py
Python/ast_opt.c
Python/flowgraph.c