This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients BreamoreBoy, brett.cannon, christian.heimes, drudd, ncoghlan, vinay.sajip
Date 2015-03-08.14:58:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425826705.78.0.508222910525.issue23279@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-03-08 14:58:25brett.cannonsetrecipients: + brett.cannon, vinay.sajip, ncoghlan, christian.heimes, BreamoreBoy, drudd
2015-03-08 14:58:25brett.cannonsetmessageid: <1425826705.78.0.508222910525.issue23279@psf.upfronthosting.co.za>
2015-03-08 14:58:25brett.cannonlinkissue23279 messages
2015-03-08 14:58:25brett.cannoncreate