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:
Nicholas Sim 2021-02-19 22:55:46 +08:00 committed by GitHub
parent 839184f85c
commit 4a6bf276ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 42 additions and 34 deletions

View file

@ -23,7 +23,6 @@ EXCLUDED_HEADERS = {
"longintrepr.h",
"parsetok.h",
"pyatomic.h",
"pydebug.h",
"pytime.h",
"symtable.h",
"token.h",