New submission from Yury Selivanov <yseliva...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31709>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to