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 gvanrossum, ned.deily, yselivanov
Date 2016-11-16.21:30:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This patch adds collections.abc.AsyncGenerator (closely modelled after collections.abc.Generator).

Ned, is it OK if this goes into 3.6?  This is something I completely forgot to do as part of PEP 525.  This ABC is needed for asynchronous generators compiled with Cython and async-generator-like objects/wrappers.

I'll update the PEP if we can push this to 3.6.
History
Date User Action Args
2016-11-16 21:30:06yselivanovsetrecipients: + yselivanov, gvanrossum, ned.deily
2016-11-16 21:30:05yselivanovsetmessageid: <[email protected]>
2016-11-16 21:30:05yselivanovlinkissue28720 messages
2016-11-16 21:30:05yselivanovcreate