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:
Lysandros Nikolaou 2020-06-20 21:07:25 +03:00 committed by GitHub
parent 55460ee6dc
commit 314858e276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 5 additions and 3534 deletions

View file

@ -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*