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 Eric Appelt, gvanrossum, ncoghlan, ned.deily, yselivanov
Date 2016-12-09.21:00:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481317229.96.0.213526140005.issue28091@psf.upfronthosting.co.za>
In-reply-to
Content
Eric, I've left you some review comments.

Guido, Nick, I have a question I hope you have an opinion on: for synchronous generators we define the following (sometimes confusing) terminology:

- "generator" = generator function
- "generator iterator" = generator object

I'm thinking if we can define asynchronous generators slightly differently:

- "asynchronous generator function"
- "asynchronous generator"
History
Date User Action Args
2016-12-09 21:00:29yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan, ned.deily, Eric Appelt
2016-12-09 21:00:29yselivanovsetmessageid: <1481317229.96.0.213526140005.issue28091@psf.upfronthosting.co.za>
2016-12-09 21:00:29yselivanovlinkissue28091 messages
2016-12-09 21:00:29yselivanovcreate