]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
authorVictor Stinner <vstinner@python.org>
Fri, 15 Oct 2021 09:56:34 +0000 (11:56 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Oct 2021 09:56:34 +0000 (11:56 +0200)
commit063abd931f064a4b6b478b0b6e9aa13ee38d2cff
tree76897378967a143a78c18965e4e836224ba98eb9
parent59a633d3e2071d65aa6638da5cf767a5c1310271
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)

Move the interpreteridobject.h header file from Include/ to
Include/internal/. It only provides private functions.
Include/internal/pycore_interpreteridobject.h [moved from Include/cpython/interpreteridobject.h with 51% similarity]
Include/internal/pycore_pymem.h
Include/interpreteridobject.h [deleted file]
Makefile.pre.in
Misc/NEWS.d/next/C API/2021-10-15-09-29-59.bpo-35081.2teFD3.rst [new file with mode: 0644]
Modules/_xxsubinterpretersmodule.c
Objects/interpreteridobject.c
Objects/object.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Tools/c-analyzer/cpython/_parser.py