diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-12-14 23:48:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-14 23:48:12 -0800 |
commit | e425bd75177ffb7f098bdb0618b4a5ba3211fe52 (patch) | |
tree | 459f866641039b9111acff53ed3a0aaecce8ffd6 /Makefile.pre.in | |
parent | bpo-32311: Implement asyncio.create_task() shortcut (#4848) (diff) | |
download | cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.gz cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.bz2 cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.zip |
move pygetopt.h to internal (closes bpo-32264) (#4830)
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 fcce62f2577..4fe9affe0d2 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -987,7 +987,6 @@ PYTHON_HEADERS= \ $(srcdir)/Include/pyhash.h \ $(srcdir)/Include/pylifecycle.h \ $(srcdir)/Include/pymath.h \ - $(srcdir)/Include/pygetopt.h \ $(srcdir)/Include/pymacro.h \ $(srcdir)/Include/pymem.h \ $(srcdir)/Include/pyport.h \ @@ -1017,6 +1016,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/internal/ceval.h \ $(srcdir)/Include/internal/gil.h \ $(srcdir)/Include/internal/mem.h \ + $(srcdir)/Include/internal/pygetopt.h \ $(srcdir)/Include/internal/pystate.h \ $(srcdir)/Include/internal/warnings.h \ $(DTRACE_HEADERS) |