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, ncoghlan, pitrou
Date 2010-08-22.10:07:11
SpamBayes Score 1.967704e-08
Marked as misclassified No
Message-id <1282471634.36.0.503020552173.issue9657@psf.upfronthosting.co.za>
In-reply-to
Content
> It would be good if the test timed out rather than deadlocking in the
> face of a broken import lock.

I could do that indeed. I'm not sure it would be much better, though, because the lock will still be held and posterior tests may freeze mysteriously.

> For your #9260 testing, this looks like it may be a little probabilistic

It always freezes here (with the per-module lock). I guess on modern machines, 0.5s is more than enough to launch a thread and parse a nearly empty Python module.

I should add a comment explaining a purpose of the test, though.
History
Date User Action Args
2010-08-22 10:07:14pitrousetrecipients: + pitrou, brett.cannon, ncoghlan
2010-08-22 10:07:14pitrousetmessageid: <1282471634.36.0.503020552173.issue9657@psf.upfronthosting.co.za>
2010-08-22 10:07:11pitroulinkissue9657 messages
2010-08-22 10:07:11pitroucreate