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 ethan.furman
Recipients bquinlan, cool-RR, docs@python, ethan.furman, jnoller, ncoghlan, paul.moore, pitrou, rhettinger, sbt
Date 2015-06-08.17:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433783415.87.0.702064824066.issue24195@psf.upfronthosting.co.za>
In-reply-to
Content
The recipe creates a list before it ever starts processing, while Executor.filter() starts processing with the first item.
History
Date User Action Args
2015-06-08 17:10:15ethan.furmansetrecipients: + ethan.furman, rhettinger, paul.moore, bquinlan, ncoghlan, pitrou, jnoller, cool-RR, docs@python, sbt
2015-06-08 17:10:15ethan.furmansetmessageid: <1433783415.87.0.702064824066.issue24195@psf.upfronthosting.co.za>
2015-06-08 17:10:15ethan.furmanlinkissue24195 messages
2015-06-08 17:10:15ethan.furmancreate