[issue31709] Drop support for asynchronous __aiter__

2017-10-06 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +3877 ___ Python tracker ___ ___

[issue31709] Drop support for asynchronous __aiter__

2017-10-06 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31709] Drop support for asynchronous __aiter__

2017-10-06 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset faa135acbfcd55f79fb97f7525c8aa6f5a5b6a22 by Yury Selivanov in branch 'master': bpo-31709: Drop support for asynchronous __aiter__. (#3903) https://github.com/python/cpython/commit/faa135acbfcd55f79fb97f7525c8aa6f5a5b6a22

[issue31709] Drop support for asynchronous __aiter__

2017-10-05 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +3874 stage: -> patch review ___ Python tracker ___

[issue31709] Drop support for asynchronous __aiter__

2017-10-05 Thread Yury Selivanov
New submission from Yury Selivanov : 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