This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients Jason Yu, davin, rhettinger, tim.peters
Date 2016-08-27.00:59:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472259568.17.0.938697892748.issue27873@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-08-27 00:59:28tim.peterssetrecipients: + tim.peters, rhettinger, davin, Jason Yu
2016-08-27 00:59:28tim.peterssetmessageid: <1472259568.17.0.938697892748.issue27873@psf.upfronthosting.co.za>
2016-08-27 00:59:28tim.peterslinkissue27873 messages
2016-08-27 00:59:27tim.peterscreate