[Python-3000] python -S

Antoine Pitrou solipsis at pitrou.net
Fri Aug 15 01:18:54 CEST 2008


Well, it looks like I underestimated the consequences of making io.py depend on
the threading module. Is it ok if I add itertools, operator, _collections and
time to the list of statically compiled modules? They are needed by threading,
and thus necessary for running setup.py on a blank checkout.


Antoine.




More information about the Python-3000 mailing list