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 methane
Recipients giampaolo.rodola, gvanrossum, methane, mpaolini, serhiy.storchaka, vstinner, yselivanov
Date 2016-08-10.11:57:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470830259.6.0.47358227386.issue26081@psf.upfronthosting.co.za>
In-reply-to
Content
> Left a couple of comments; the important one -- Future.__await__ (and Future.__iter__) should always return a *new* instance of a generator-like object (tied to the Future object).

Implementing full behavior of generator seems difficult to me.
I'll implement minimum implementation in next patch.
History
Date User Action Args
2016-08-10 11:57:39methanesetrecipients: + methane, gvanrossum, vstinner, giampaolo.rodola, serhiy.storchaka, yselivanov, mpaolini
2016-08-10 11:57:39methanesetmessageid: <1470830259.6.0.47358227386.issue26081@psf.upfronthosting.co.za>
2016-08-10 11:57:39methanelinkissue26081 messages
2016-08-10 11:57:39methanecreate