R. David Murray <rdmur...@bitdance.com> added the comment:

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

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12767>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to