bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)

Summary: This mostly migrates Python-ast.c to PEP384 and removes all statics from the whole file. This modifies the generator itself that generates the Python-ast.c. It leaves in the usage of _PyObject_LookupAttr even though it's not fully PEP384 compatible (this could always be shimmed in by anyone who needs it).
This commit is contained in:
Dino Viehland 2019-09-11 10:16:34 -07:00 committed by Eric Snow
parent 8d120f75fb
commit ac46eb4ad6
3 changed files with 2679 additions and 1530 deletions

3908
Python/Python-ast.c generated

File diff suppressed because it is too large Load diff