mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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).
Miscellaneous source files for the main Python shared library