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 jnoller
Recipients barry, benjamin.peterson, donmez, gvanrossum, jnoller, paulmelis, roudkerk
Date 2008-06-13.13:17:55
SpamBayes Score 0.064459555
Marked as misclassified No
Message-id <1213363077.0.0.890231951694.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
I also isolated the test(s) like Paul did, and it looks like a semi-
consistent lock up in:
  File "/root/py/python-3000/Lib/multiprocessing/queues.py", line 337, in 
get
    racquire()

This is running only the test_event test. The racquire traces back to 
synchronize.SemLock which calls into _multiprocessing.SemLock
History
Date User Action Args
2008-06-13 13:17:57jnollersetspambayes_score: 0.0644596 -> 0.064459555
recipients: + jnoller, gvanrossum, barry, donmez, paulmelis, roudkerk, benjamin.peterson
2008-06-13 13:17:57jnollersetspambayes_score: 0.0644596 -> 0.0644596
messageid: <1213363077.0.0.890231951694.issue3088@psf.upfronthosting.co.za>
2008-06-13 13:17:56jnollerlinkissue3088 messages
2008-06-13 13:17:55jnollercreate