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 JBernardo, neologix, pitrou
Date 2013-05-28.11:03:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369739014.53.0.490128273358.issue18078@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what the point is. If you want to wake up a specific thread, you'd probably be better off with a dedicated per-thread synchronization primitive (either a Condition or something else).
History
Date User Action Args
2013-05-28 11:03:34pitrousetrecipients: + pitrou, neologix, JBernardo
2013-05-28 11:03:34pitrousetmessageid: <1369739014.53.0.490128273358.issue18078@psf.upfronthosting.co.za>
2013-05-28 11:03:34pitroulinkissue18078 messages
2013-05-28 11:03:34pitroucreate