Commit ac46eb4
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- Misc/NEWS.d/next/Core and Builtins
- Parser
- Python
3 files changed
+2650
-1501
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments