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 rnk
Recipients collinwinter, jyasskin, rnk
Date 2010-07-10.20:39:01
SpamBayes Score 0.009779992
Marked as misclassified No
Message-id <1278794343.73.0.41425938439.issue6643@psf.upfronthosting.co.za>
In-reply-to
Content
I realized that in a later fix for unladen-swallow, we also cleared the condition variable waiters list, since it has radioactive synchronization primitives in it as well.

Here's an updated patch that simplifies the fix by just using __init__() to completely reinitialize the condition variables and adds a test.

This corresponds to unladen-swallow revisions r799 and r834.
History
Date User Action Args
2010-07-10 20:39:03rnksetrecipients: + rnk, collinwinter, jyasskin
2010-07-10 20:39:03rnksetmessageid: <1278794343.73.0.41425938439.issue6643@psf.upfronthosting.co.za>
2010-07-10 20:39:02rnklinkissue6643 messages
2010-07-10 20:39:02rnkcreate