cpython/Lib/test/test_ast
Yan Yanchii 0664c1af9b
gh-126835: Move constant subscript folding to CFG (#129568)
Move folding of constant subscription from AST optimizer to CFG.

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2025-02-04 10:10:55 +02:00
..
data gh-116022: Improve repr() of AST nodes (#117046) 2024-09-18 10:28:22 -07:00
__init__.py
snippets.py
test_ast.py gh-126835: Move constant subscript folding to CFG (#129568) 2025-02-04 10:10:55 +02:00
utils.py