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 yselivanov
Recipients giampaolo.rodola, gvanrossum, methane, mpaolini, vstinner, yselivanov
Date 2016-08-09.13:33:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470749598.49.0.512240269839.issue26081@psf.upfronthosting.co.za>
In-reply-to
Content
> Yury, could you review this before 3.6a4?

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).
History
Date User Action Args
2016-08-09 13:33:18yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, giampaolo.rodola, methane, mpaolini
2016-08-09 13:33:18yselivanovsetmessageid: <1470749598.49.0.512240269839.issue26081@psf.upfronthosting.co.za>
2016-08-09 13:33:18yselivanovlinkissue26081 messages
2016-08-09 13:33:18yselivanovcreate