mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Include/{odictobject.h,parser_interface.h,picklebufobject.h,pydebug.h,pyfpe.h}
into Include/cpython/.
Parser: peg_api: include Python.h instead of parser_interface.h.
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
#include "symtable.h" // PySymtable_BuildObject()
|
||||
#include "marshal.h" // PyMarshal_ReadLongFromFile()
|
||||
|
||||
#include "parser_interface.h" // PyParser_ASTFrom*
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
# include "malloc.h" // alloca()
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user