Merge heads

This commit is contained in:
Serhiy Storchaka 2013-12-16 15:16:35 +02:00
commit 928b9e272d
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
import os, select, random, unittest, sys
from test.support import TESTFN, run_unittest
from _testcapi import USHRT_MAX
try:
select.devpoll

View file

@ -848,7 +848,8 @@ PYTHON_HEADERS= \
$(srcdir)/Include/warnings.h \
$(srcdir)/Include/weakrefobject.h \
pyconfig.h \
$(PARSER_HEADERS)
$(PARSER_HEADERS) \
$(AST_H)
$(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)