diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-22 17:27:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 17:27:35 +0200 |
commit | 384621c42f9102e31ba2c47feba144af09c989e5 (patch) | |
tree | 07a92a8cdeb0234d18c392d503780255ccca81ad /Makefile.pre.in | |
parent | bpo-41005: Fixed perrmission error (GH-20936) (diff) | |
download | cpython-384621c42f9102e31ba2c47feba144af09c989e5.tar.gz cpython-384621c42f9102e31ba2c47feba144af09c989e5.tar.bz2 cpython-384621c42f9102e31ba2c47feba144af09c989e5.zip |
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 24dddcf56f8..a52a97f7969 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1120,7 +1120,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/internal/pycore_runtime.h \ $(srcdir)/Include/internal/pycore_sysmodule.h \ $(srcdir)/Include/internal/pycore_traceback.h \ - $(srcdir)/Include/internal/pycore_tupleobject.h \ + $(srcdir)/Include/internal/pycore_tuple.h \ $(srcdir)/Include/internal/pycore_warnings.h \ $(DTRACE_HEADERS) |