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 Arfrever, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-04-23.04:22:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335154957.07.0.833297266301.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
To try and narrow down the issue, I now have separate patches for an explicit sys.meta_path and a sys.path_hooks. Both fail on tests, but for different reasons.

The explicit sys.meta_path is still failing on the __main__ issue on three of the tests and for threaded imports on the other.

The explicit sys.path_hooks patch fails on two tests: one on threading and  then test_cmd_line_script on apparently lacking an absolute file path thanks to issue #8202 (and why an explicit sys.path_hooks triggers that I don't know).

Both failures Nick might know about.
History
Date User Action Args
2012-04-23 04:22:38brett.cannonsetrecipients: + brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, berker.peksag
2012-04-23 04:22:37brett.cannonsetmessageid: <1335154957.07.0.833297266301.issue13959@psf.upfronthosting.co.za>
2012-04-23 04:22:32brett.cannonlinkissue13959 messages
2012-04-23 04:22:32brett.cannoncreate