[issue19993] Pool.imap doesn't work as advertised

Josh Rosenberg report at bugs.python.org
Thu Apr 12 18:19:37 EDT 2018


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

Related: issue29842 "Make Executor.map work with infinite/large inputs correctly" for a similar problem in concurrent.futures (but worse, since it doesn't even allow you to begin consuming results until all inputs are dispatched).

A similar approach to my Executor.map patch could probably be used with imap/imap_unordered.

----------
nosy: +josh.r

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19993>
_______________________________________


More information about the Python-bugs-list mailing list