diff options
author | Nicholas Sim <nsim@posteo.net> | 2021-02-17 18:30:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 18:30:31 (GMT) |
commit | 366dc3a1354078e38808b9c16276e97cca5b8aaf (patch) | |
tree | c845b23d23070aabd7ef53cb30734a525482ae47 /Tools | |
parent | 630264a152115f9671d6b793455ef5c2cea09a97 (diff) | |
download | cpython-366dc3a1354078e38808b9c16276e97cca5b8aaf.zip cpython-366dc3a1354078e38808b9c16276e97cca5b8aaf.tar.gz cpython-366dc3a1354078e38808b9c16276e97cca5b8aaf.tar.bz2 |
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Move non-limited C API headers pyarena.h and pyctype.h
into Include/cpython/ directory.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/stable_abi.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/scripts/stable_abi.py b/Tools/scripts/stable_abi.py index 117dfeb..44f426e 100755 --- a/Tools/scripts/stable_abi.py +++ b/Tools/scripts/stable_abi.py @@ -22,9 +22,7 @@ EXCLUDED_HEADERS = { "genobject.h", "longintrepr.h", "parsetok.h", - "pyarena.h", "pyatomic.h", - "pyctype.h", "pydebug.h", "pytime.h", "symtable.h", |