[issue18078] threading.Condition to allow notify on a specific waiter

Antoine Pitrou report at bugs.python.org
Tue May 28 13:03:34 CEST 2013


Antoine Pitrou added the comment:

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).

----------
nosy: +neologix

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18078>
_______________________________________


More information about the Python-bugs-list mailing list