mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
Rename AST functions of pycore_ast.h to use the "_PyAST_" prefix. Remove macros creating aliases without prefix. For example, Module() becomes _PyAST_Module(). Update Grammar/python.gram to use _PyAST_xxx() functions. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test_c_parser.py | ||
| test_first_sets.py | ||
| test_grammar_validator.py | ||
| test_pegen.py | ||