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 pitrou
Recipients dlukes, docs@python, pitrou
Date 2017-12-20.11:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513769798.17.0.213398074469.issue32306@psf.upfronthosting.co.za>
In-reply-to
Content
I see.  So the problem you are pointing out is that the tasks *arguments* are consumed eagerly.  I agree that may be a problem in some cases, though I think in most cases people are concerned with the *results*.

(note that multiprocessing.Pool() has an imap() method which does what you would like)
History
Date User Action Args
2017-12-20 11:36:38pitrousetrecipients: + pitrou, docs@python, dlukes
2017-12-20 11:36:38pitrousetmessageid: <1513769798.17.0.213398074469.issue32306@psf.upfronthosting.co.za>
2017-12-20 11:36:38pitroulinkissue32306 messages
2017-12-20 11:36:38pitroucreate