Brett Cannon added the comment:

Python's startup performance is very sensitive to what modules get imported for 
all Python programs. The tests that are failing for you make sure that a core 
developer doesn't accidentally introduce a new startup dependency and thus slow 
startup times without doing so purposefully. So the tests are working as 
intended, you unfortunately just happen to have a startup environment thanks to 
those .pth files which trigger the failures.

----------
resolution:  -> not a bug
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23279>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to