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 josh.r
Recipients Klamann, bquinlan, ezio.melotti, josh.r, max
Date 2018-07-25.19:54:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532548495.65.0.56676864532.issue29842@psf.upfronthosting.co.za>
In-reply-to
Content
In any event, sorry to be a pain, but is there any way to get some movement on this issue? One person reviewed the code with no significant concerns to address. There have been a duplicate (#30323) and closely related (#34168) issues opened that this would address; I'd really like to see Executor.map made more bulletproof against cases that plain map handles with equanimity.

Even if it's not applied as is, something similar (with prefetch count defaults tweaked, or, at the expense of code complexity, a separate worker thread to perform the prefetch to address Max's concerns) would be a vast improvement over the status quo.
History
Date User Action Args
2018-07-25 19:54:55josh.rsetrecipients: + josh.r, bquinlan, ezio.melotti, max, Klamann
2018-07-25 19:54:55josh.rsetmessageid: <1532548495.65.0.56676864532.issue29842@psf.upfronthosting.co.za>
2018-07-25 19:54:55josh.rlinkissue29842 messages
2018-07-25 19:54:55josh.rcreate