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 hynek
Recipients hynek, jnoller
Date 2011-08-08.08:21:43
SpamBayes Score 1.2242879e-06
Marked as misclassified No
Message-id <1312791706.56.0.0564445111867.issue12708@psf.upfronthosting.co.za>
In-reply-to
Content
After I've seen a co-worker to unpack tuples while using multiprocessing.Pool.map(), I realized that the module is missing a starmap() method like itertools has.

I took it as a opportunity to contribute some code and implemented both starmap() and starmap_async().

The patch including tests is attached, please let me know, what you think. Please don't call me names, it's my first patch for such a high profile project like Python. ;)
History
Date User Action Args
2011-08-08 08:21:47hyneksetrecipients: + hynek, jnoller
2011-08-08 08:21:46hyneksetmessageid: <1312791706.56.0.0564445111867.issue12708@psf.upfronthosting.co.za>
2011-08-08 08:21:45hyneklinkissue12708 messages
2011-08-08 08:21:45hynekcreate