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