]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
authorVictor Stinner <vstinner@redhat.com>
Sun, 25 Nov 2018 22:56:17 +0000 (23:56 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Nov 2018 22:56:17 +0000 (23:56 +0100)
commitec13b9322d95a651606219469fc7b7e9c977f248
tree3fe923cfef5fafe9b5cba193b9dc54b8fd3c7bc2
parent8ac6539d85b481fc6b5e9145446b07e591b2caba
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)

Move _PyTuple_ITEMS() to a new header file:
Include/internal/pycore_tupleobject.h
12 files changed:
Include/internal/pycore_tupleobject.h [new file with mode: 0644]
Include/tupleobject.h
Makefile.pre.in
Modules/_functoolsmodule.c
Objects/call.c
Objects/codeobject.c
Objects/descrobject.c
Objects/funcobject.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ceval.c
Python/getargs.c