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 gvanrossum
Recipients gvanrossum, ikelly, vstinner, yselivanov
Date 2016-01-27.18:27:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453919235.34.0.493514625665.issue26221@psf.upfronthosting.co.za>
In-reply-to
Content
What are you trying to do here? Can you post a simple example of an iterator that you would like to use with this? Without that it just raises my hackles -- it seems totally wrong to run an iterator in another thread. (Or is the iterator really a coroutine/future?)
History
Date User Action Args
2016-01-27 18:27:15gvanrossumsetrecipients: + gvanrossum, vstinner, ikelly, yselivanov
2016-01-27 18:27:15gvanrossumsetmessageid: <1453919235.34.0.493514625665.issue26221@psf.upfronthosting.co.za>
2016-01-27 18:27:15gvanrossumlinkissue26221 messages
2016-01-27 18:27:15gvanrossumcreate