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.

作者 brett.cannon
收信人 Arfrever, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
日期 2012-04-23.04:22:26
SpamBayes Score -1.0
Marked as misclassified
Message-id <1335154957.07.0.833297266301.issue13959@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-04-23 04:22:38brett.cannon修改recipients: + brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, berker.peksag
2012-04-23 04:22:37brett.cannon修改messageid: <1335154957.07.0.833297266301.issue13959@psf.upfronthosting.co.za>
2012-04-23 04:22:32brett.cannon链接issue13959 messages
2012-04-23 04:22:32brett.cannon创建