Commit 928b9e27 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Merge heads

parents 593568bf 808d83d8
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
import os, select, random, unittest, sys import os, select, random, unittest, sys
from test.support import TESTFN, run_unittest from test.support import TESTFN, run_unittest
from _testcapi import USHRT_MAX
try: try:
select.devpoll select.devpoll
......
...@@ -848,7 +848,8 @@ PYTHON_HEADERS= \ ...@@ -848,7 +848,8 @@ PYTHON_HEADERS= \
$(srcdir)/Include/warnings.h \ $(srcdir)/Include/warnings.h \
$(srcdir)/Include/weakrefobject.h \ $(srcdir)/Include/weakrefobject.h \
pyconfig.h \ pyconfig.h \
$(PARSER_HEADERS) $(PARSER_HEADERS) \
$(AST_H)
$(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS) $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment