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

Eli Bendersky report at bugs.python.org
Thu Aug 18 04:30:55 CEST 2011


Eli Bendersky <eliben at gmail.com> added the comment:

I asked the user who reported this documentation omission what he's using the 'n' argument for. His reply:

    "Yes I am using the n parameter, it is mainly to implement a subclass of Queue that supports "bulk" get and put operations. This enhances the performance of repeated get/put calls when the Queue is created using multiprocessing.Manager."

----------

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


More information about the docs mailing list