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 pitrou
Recipients brett.cannon, eric.snow, koobs, ned.deily, pitrou, python-dev, skrah, vstinner
Date 2012-12-18.21:22:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355865765.4.0.370786378741.issue15599@psf.upfronthosting.co.za>
In-reply-to
Content
The occasional test_parallel_meta_path failure is really weird. The sys.meta_path module finding in _bootstrap.py is protected by the global import lock, so there shouldn't be any failure here. I'm starting to suspect some issue in the lock code itself.
History
Date User Action Args
2012-12-18 21:22:45pitrousetrecipients: + pitrou, brett.cannon, vstinner, ned.deily, skrah, python-dev, eric.snow, koobs
2012-12-18 21:22:45pitrousetmessageid: <1355865765.4.0.370786378741.issue15599@psf.upfronthosting.co.za>
2012-12-18 21:22:45pitroulinkissue15599 messages
2012-12-18 21:22:45pitroucreate