]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Create Include/cpython/listobject.h (GH-18395)
authorVictor Stinner <vstinner@python.org>
Fri, 7 Feb 2020 08:20:22 +0000 (09:20 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 08:20:21 +0000 (09:20 +0100)
commitbec4186c67345f1e6cd3f8a531bc228f14d7ed7b
tree086a9aa1b686fce5c5803a4c6c94630681d9ee76
parentd2ec81a8c99796b51fb8c49b77a7fe369863226f
bpo-35134: Create Include/cpython/listobject.h (GH-18395)

Move listobject.h code surrounded by "#ifndef Py_LIMITED_API"
to a new Include/cpython/listobject.h header file.

Add cpython/ header files to Makefile.pre.in and pythoncore project
of PCbuild.

Add _PyList_CAST() macro.
Include/cpython/listobject.h [new file with mode: 0644]
Include/listobject.h
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters