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 grzgrzgrz3
Recipients Mark DePristo, bquinlan, grzgrzgrz3, rnester, willvousden, xiang.zhang
Date 2017-05-12.18:46:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494614788.39.0.583532177319.issue27144@psf.upfronthosting.co.za>
In-reply-to
Content
> We just ran into the exact same issue here in Google using a ThreadPoolExecutor.map call
Looks like map got simillar issue. I created GitHub PR with map fixed.

>  Concurrent package was added in 3.2. How backport it 2.7?
There is official, unofficial 2.7 backport.

Git: https://github.com/agronholm/pythonfutures
Pip: futures
Ubuntu package: python-concurrent.futures
History
Date User Action Args
2017-05-12 18:46:28grzgrzgrz3setrecipients: + grzgrzgrz3, bquinlan, xiang.zhang, rnester, willvousden, Mark DePristo
2017-05-12 18:46:28grzgrzgrz3setmessageid: <1494614788.39.0.583532177319.issue27144@psf.upfronthosting.co.za>
2017-05-12 18:46:28grzgrzgrz3linkissue27144 messages
2017-05-12 18:46:28grzgrzgrz3create