mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Remove some remaining files and Makefile targets for the old parser
This commit is contained in:
parent
55460ee6dc
commit
314858e276
24 changed files with 5 additions and 3534 deletions
|
@ -20,13 +20,10 @@
|
|||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_sysmodule.h" // _PySys_Audit()
|
||||
|
||||
#include "node.h" // node
|
||||
#include "token.h" // INDENT
|
||||
#include "parsetok.h" // perrdetail
|
||||
#include "errcode.h" // E_EOF
|
||||
#include "code.h" // PyCodeObject
|
||||
#include "symtable.h" // PySymtable_BuildObject()
|
||||
#include "ast.h" // PyAST_FromNodeObject()
|
||||
#include "marshal.h" // PyMarshal_ReadLongFromFile()
|
||||
|
||||
#include "pegen_interface.h" // PyPegen_ASTFrom*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue