]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Remove the Include/code.h header file (GH-32385)
authorVictor Stinner <vstinner@python.org>
Thu, 7 Apr 2022 00:29:52 +0000 (02:29 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 00:29:52 +0000 (02:29 +0200)
commit85addfb9c6496eb3d26082348cf5aca848c877ef
treeb6a0cd3eda126249ee74b718cc7b2c2a3f4d5876
parent5c4d1f6e0e192653560ae2941a6677fbf4fbd1f2
bpo-35134: Remove the Include/code.h header file (GH-32385)

Remove the Include/code.h header file. C extensions should only
include the main <Python.h> header file.

Python.h includes directly Include/cpython/code.h instead.
14 files changed:
Doc/whatsnew/3.11.rst
Include/Python.h
Include/code.h [deleted file]
Include/cpython/code.h
Makefile.pre.in
Misc/NEWS.d/next/C API/2022-04-07-00-53-51.bpo-35134.zSjIzk.rst [new file with mode: 0644]
Objects/codeobject.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ceval.c
Python/marshal.c
Python/pythonrun.c
Python/sysmodule.c
Python/traceback.c