Skip to content

Commit ac46eb4

Browse files
DinoVericsnowcurrently
authored andcommitted
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).
1 parent 8d120f7 commit ac46eb4

File tree

3 files changed

+2650
-1501
lines changed

3 files changed

+2650
-1501
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ast module updated to PEP-384 and all statics removed

0 commit comments

Comments
 (0)