SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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).
D
Dino Viehland committed
ac46eb4ad6662cf6d771b20d8963658b2186c48c
Parent: 8d120f7
Committed by Eric Snow <ericsnowcurrently@gmail.com> on 9/11/2019, 5:16:34 PM