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 pitrou, serhiy.storchaka
Date 2013-01-06.12:12:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357474336.79.0.841540448608.issue16843@psf.upfronthosting.co.za>
In-reply-to
Content
> The previous patch is broken, here is a fixed, more complicated,
> patch. May be this class would be useful in other tests.

I don't understand what you're gaining with this complicated class: your
class guarantees that the sleepers will be woken up, but it doesn't
guarantee that any user code will actually run.

Perhaps the whole thing would be simpler if your tests used a Queue
instead of a list?
History
Date User Action Args
2013-01-06 12:12:16pitrousetrecipients: + pitrou, serhiy.storchaka
2013-01-06 12:12:16pitrousetmessageid: <1357474336.79.0.841540448608.issue16843@psf.upfronthosting.co.za>
2013-01-06 12:12:16pitroulinkissue16843 messages
2013-01-06 12:12:16pitroucreate