diff options
author | Nicholas Sim <nsim@posteo.net> | 2021-02-19 22:55:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 15:55:46 +0100 |
commit | 4a6bf276ed3e6687394afe26b0d9a061ac06fc6b (patch) | |
tree | 249bba20a6ee0ca4ae9b2a1661a12443370e5e46 /Tools | |
parent | bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583) (diff) | |
download | cpython-4a6bf276ed3e6687394afe26b0d9a061ac06fc6b.tar.gz cpython-4a6bf276ed3e6687394afe26b0d9a061ac06fc6b.tar.bz2 cpython-4a6bf276ed3e6687394afe26b0d9a061ac06fc6b.zip |
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.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/stable_abi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/scripts/stable_abi.py b/Tools/scripts/stable_abi.py index 44f426e096a..cc1009da1bd 100755 --- a/Tools/scripts/stable_abi.py +++ b/Tools/scripts/stable_abi.py @@ -23,7 +23,6 @@ EXCLUDED_HEADERS = { "longintrepr.h", "parsetok.h", "pyatomic.h", - "pydebug.h", "pytime.h", "symtable.h", "token.h", |