[issue12708] multiprocessing.Pool is missing a starmap[_async]() method.

Amaury Forgeot d'Arc report at bugs.python.org
Fri Aug 12 04:09:12 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

+def starmapstar(args):
+    return list(itertools.starmap(args[0], args[1]))

Is your new function restricted to 2 arguments?

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list