]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
authorNicholas Sim <nsim@posteo.net>
Wed, 17 Feb 2021 18:30:31 +0000 (02:30 +0800)
committerGitHub <noreply@github.com>
Wed, 17 Feb 2021 18:30:31 +0000 (19:30 +0100)
commit366dc3a1354078e38808b9c16276e97cca5b8aaf
treec845b23d23070aabd7ef53cb30734a525482ae47
parent630264a152115f9671d6b793455ef5c2cea09a97
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.
Include/Python.h
Include/cpython/pyarena.h [moved from Include/pyarena.h with 100% similarity]
Include/cpython/pyctype.h [moved from Include/pyctype.h with 100% similarity]
Makefile.pre.in
Misc/NEWS.d/next/C API/2021-02-17-18-51-26.bpo-35134.YoQdk8.rst [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Parser/pegen.h
Tools/scripts/stable_abi.py