mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Merge heads
This commit is contained in:
commit
928b9e272d
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue