[issue27873] multiprocessing.pool.Pool.map should take more than one iterable

Tim Peters report at bugs.python.org
Fri Aug 26 20:59:28 EDT 2016


Tim Peters added the comment:

Note that `Pool` grew `starmap()` and `starmap_async()` methods in Python 3.3 to (mostly) address this.

The signature difference from the old builtin `map()` remains regrettable.  Note that the `Pool` version differs from the `concurrent.futures` version of `map()` in this respect too.

----------
nosy: +tim.peters

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


More information about the Python-bugs-list mailing list