Skip to content

Commit

Permalink
bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
DinoV authored and ericsnowcurrently committed Sep 11, 2019
1 parent 8d120f7 commit ac46eb4
Show file tree
Hide file tree
Showing 3 changed files with 2,650 additions and 1,501 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ast module updated to PEP-384 and all statics removed
Loading

0 comments on commit ac46eb4

Please sign in to comment.