]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126835: Move constant unaryop & binop folding to CFG (#129550)
authorYan Yanchii <yyanchiy@gmail.com>
Fri, 21 Feb 2025 17:54:22 +0000 (18:54 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2025 17:54:22 +0000 (17:54 +0000)
commit38642bff139bde5c0118bc75fda25badc76b85fc
tree7e848b6faeda7761350e134cf57df6f104016cd2
parentd88677ac20b9466387459d5adb2e87b7de64bc19
gh-126835: Move constant unaryop & binop folding to CFG (#129550)
Lib/test/test_ast/test_ast.py
Lib/test/test_ast/utils.py
Lib/test/test_builtin.py
Lib/test/test_peepholer.py
Python/ast_opt.c
Python/flowgraph.c