[New-bugs-announce] [issue31709] Drop support for asynchronous __aiter__

Yury Selivanov report at bugs.python.org
Fri Oct 6 00:23:47 EDT 2017


New submission from Yury Selivanov <yselivanov at gmail.com>:

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)

----------
assignee: yselivanov
components: Interpreter Core
messages: 303796
nosy: ncoghlan, yselivanov
priority: normal
severity: normal
status: open
title: Drop support for asynchronous __aiter__
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31709>
_______________________________________


More information about the New-bugs-announce mailing list