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 dan.oreilly
Recipients bquinlan, dan.oreilly, pitrou, tbrink
Date 2014-07-24.16:24:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406219078.93.0.301955831714.issue11271@psf.upfronthosting.co.za>
In-reply-to
Content
I've added new versions of the patch/demonstration that ensures we actually submit all the futures before trying to yield from the returned iterator. Previously we were just returning a generator object when map was called, without actually submitting any futures.
History
Date User Action Args
2014-07-24 16:24:38dan.oreillysetrecipients: + dan.oreilly, bquinlan, pitrou, tbrink
2014-07-24 16:24:38dan.oreillysetmessageid: <1406219078.93.0.301955831714.issue11271@psf.upfronthosting.co.za>
2014-07-24 16:24:38dan.oreillylinkissue11271 messages
2014-07-24 16:24:38dan.oreillycreate