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 ncoghlan, yselivanov
Date 2017-10-06.04:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507263827.12.0.213398074469.issue31709@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed in issue 27243, we want to drop support of asynchronous __aiter__ in Python 3.7.

Together with issue 30406, this will enable us to add support for using asynchronous generator expressions in synchronous functions (issue 31708)
History
Date User Action Args
2017-10-06 04:23:47yselivanovsetrecipients: + yselivanov, ncoghlan
2017-10-06 04:23:47yselivanovsetmessageid: <1507263827.12.0.213398074469.issue31709@psf.upfronthosting.co.za>
2017-10-06 04:23:47yselivanovlinkissue31709 messages
2017-10-06 04:23:46yselivanovcreate