diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-25 22:56:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-25 22:56:17 (GMT) |
commit | ec13b9322d95a651606219469fc7b7e9c977f248 (patch) | |
tree | 3fe923cfef5fafe9b5cba193b9dc54b8fd3c7bc2 /Makefile.pre.in | |
parent | 8ac6539d85b481fc6b5e9145446b07e591b2caba (diff) | |
download | cpython-ec13b9322d95a651606219469fc7b7e9c977f248.zip cpython-ec13b9322d95a651606219469fc7b7e9c977f248.tar.gz cpython-ec13b9322d95a651606219469fc7b7e9c977f248.tar.bz2 |
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Move _PyTuple_ITEMS() to a new header file:
Include/internal/pycore_tupleobject.h
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d0e915a..2c92db2 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1043,6 +1043,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/internal/pycore_pylifecycle.h \ $(srcdir)/Include/internal/pycore_pymem.h \ $(srcdir)/Include/internal/pycore_pystate.h \ + $(srcdir)/Include/internal/pycore_tupleobject.h \ $(srcdir)/Include/internal/pycore_warnings.h \ $(DTRACE_HEADERS) |