]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
authorYan Yanchii <yyanchiy@gmail.com>
Wed, 19 Mar 2025 20:59:55 +0000 (21:59 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 20:59:55 +0000 (20:59 +0000)
commit75103d975c33ab46f6eb64169eabfe68d806d7c5
treebfc06cd26468069e3cdb369b4393eec58f521106
parent54efe296bc3f3e421b57d4487bb87ad4161600b2
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
Lib/test/test_ast/test_ast.py
Lib/test/test_builtin.py
Lib/test/test_compile.py
Lib/test/test_opcache.py
Lib/test/test_peepholer.py
Programs/test_frozenmain.h
Python/ast_opt.c
Python/codegen.c
Python/flowgraph.c