mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00: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:
parent
839184f85c
commit
4a6bf276ed
14 changed files with 42 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "parser_interface.h"
|
||||
#include "Python.h"
|
||||
|
||||
#include "tokenizer.h"
|
||||
#include "pegen.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue