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 ezio.melotti
Recipients docs@python, eli.bendersky, ezio.melotti, gjcross, pitrou, r.david.murray
Date 2011-11-12.05:49:10
SpamBayes Score 0.0064190915
Marked as misclassified No
Message-id <1321076951.08.0.270482807134.issue12767@psf.upfronthosting.co.za>
In-reply-to
Content
+      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?
History
Date User Action Args
2011-11-12 05:49:11ezio.melottisetrecipients: + ezio.melotti, pitrou, r.david.murray, eli.bendersky, docs@python, gjcross
2011-11-12 05:49:11ezio.melottisetmessageid: <1321076951.08.0.270482807134.issue12767@psf.upfronthosting.co.za>
2011-11-12 05:49:10ezio.melottilinkissue12767 messages
2011-11-12 05:49:10ezio.melotticreate