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 bquinlan
Recipients bquinlan
Date 2011-04-06.01:16:35
SpamBayes Score 0.03496351
Marked as misclassified No
Message-id <1302052595.78.0.918161508373.issue11777@psf.upfronthosting.co.za>
In-reply-to
Content
from concurrent import futures

with futures.ThreadPoolExecutor(max_workers=5) as e:
  e.map(print, range(10))

# No output
History
Date User Action Args
2011-04-06 01:16:35bquinlansetrecipients: + bquinlan
2011-04-06 01:16:35bquinlansetmessageid: <1302052595.78.0.918161508373.issue11777@psf.upfronthosting.co.za>
2011-04-06 01:16:35bquinlanlinkissue11777 messages
2011-04-06 01:16:35bquinlancreate