[docs] [issue12767] document threading.Condition.notify

Ezio Melotti report at bugs.python.org
Sat Nov 12 06:49:11 CET 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

+      This method wakes up at most *n* of the threads
+      The current implementation wakes up exactly *n* threads
+      A future, optimized implementation may occasionally wake up more than
+      one thread.

Isn't this a bit contradictory?

----------
nosy: +ezio.melotti
stage: needs patch -> patch review

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


More information about the docs mailing list