diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2017-09-06 04:43:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 04:43:08 (GMT) |
commit | 05351c1bd8b70d1878527762174cdaaba3572395 (patch) | |
tree | e97ef4ba0ae7ffe5bd2c8969199616bffbbc4d6f /Makefile.pre.in | |
parent | 833860615bedfd2484ac0623d6f01ff0578ba09f (diff) | |
download | cpython-05351c1bd8b70d1878527762174cdaaba3572395.zip cpython-05351c1bd8b70d1878527762174cdaaba3572395.tar.gz cpython-05351c1bd8b70d1878527762174cdaaba3572395.tar.bz2 |
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Windows buildbots started failing due to include-related errors.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d6ebf85..57d2ab7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -987,13 +987,6 @@ PYTHON_HEADERS= \ pyconfig.h \ $(PARSER_HEADERS) \ $(srcdir)/Include/Python-ast.h \ - $(srcdir)/Include/internal/_Python.h \ - $(srcdir)/Include/internal/_ceval.h \ - $(srcdir)/Include/internal/_gil.h \ - $(srcdir)/Include/internal/_mem.h \ - $(srcdir)/Include/internal/_pymalloc.h \ - $(srcdir)/Include/internal/_pystate.h \ - $(srcdir)/Include/internal/_warnings.h \ $(DTRACE_HEADERS) $(LIBRARY_OBJS) $(MODOBJS) Programs/python.o: $(PYTHON_HEADERS) |