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 r.david.murray
Recipients docs@python, eli.bendersky, r.david.murray
Date 2011-08-17.11:09:12
SpamBayes Score 9.981803e-06
Marked as misclassified No
Message-id <1313579352.91.0.225034148845.issue12767@psf.upfronthosting.co.za>
In-reply-to
Content
From a quick look at the code and docs I suspect that 'n' is an internal implementation detail and not meant to be exposed.  Is there an use case for notifying waiters where n!=1 and n!=len(waiters)?  If my speculation is correct it might be a good idea to refactor this so that notify itself does not take an argument but instead both it an notify_all call an explicitly internal routine _notify.
History
Date User Action Args
2011-08-17 11:09:12r.david.murraysetrecipients: + r.david.murray, eli.bendersky, docs@python
2011-08-17 11:09:12r.david.murraysetmessageid: <1313579352.91.0.225034148845.issue12767@psf.upfronthosting.co.za>
2011-08-17 11:09:12r.david.murraylinkissue12767 messages
2011-08-17 11:09:12r.david.murraycreate