]> granicus.if.org Git - python/commit
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
authorVictor Stinner <vstinner@redhat.com>
Wed, 28 Nov 2018 12:01:32 +0000 (13:01 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Nov 2018 12:01:32 +0000 (13:01 +0100)
commit54ba556c6c7d8fd5504dc142c2e773890c55a774
treeba8cce6da1e07bbfd54e31f8f00172bd218222c5
parentbde9d6bbb46ca59bcee5d5060adaa33c3ffee3a6
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)

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

Add cpython/ header files to Makefile.pre.in and pythoncore project
of PCbuild.
Include/cpython/tupleobject.h [new file with mode: 0644]
Include/tupleobject.h
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters