bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
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.
V
Victor Stinner committed
d27f8d2e07d31670af469ef387a37bc9e96ea8ad
Parent: 58d72ca
Committed by GitHub <noreply@github.com>
on 4/7/2021, 7:34:22 PM