mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
ac46eb4ad6
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