]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
authorNicholas Sim <nsim@posteo.net>
Fri, 19 Feb 2021 14:55:46 +0000 (22:55 +0800)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 14:55:46 +0000 (15:55 +0100)
commit4a6bf276ed3e6687394afe26b0d9a061ac06fc6b
tree249bba20a6ee0ca4ae9b2a1661a12443370e5e46
parent839184f85cb2d2ad514fff9b431733d1c9607533
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.
14 files changed:
Doc/whatsnew/3.10.rst
Include/Python.h
Include/cpython/odictobject.h [moved from Include/odictobject.h with 100% similarity]
Include/cpython/parser_interface.h [moved from Include/parser_interface.h with 100% similarity]
Include/cpython/picklebufobject.h [moved from Include/picklebufobject.h with 100% similarity]
Include/cpython/pydebug.h [moved from Include/pydebug.h with 100% similarity]
Include/cpython/pyfpe.h [moved from Include/pyfpe.h with 100% similarity]
Makefile.pre.in
Misc/NEWS.d/next/C API/2021-02-18-18-46-42.bpo-35134.dFpEDT.rst [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Parser/peg_api.c
Python/pythonrun.c
Tools/scripts/stable_abi.py