[issue28645] Drop __aiter__ compatibility layer from 3.7

2017-10-23 Thread Yury Selivanov
Yury Selivanov added the comment: Already resolved as part of https://bugs.python.org/issue31709. Closing this one. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Drop support for asynchronous __aiter__

[issue28645] Drop __aiter__ compatibility layer from 3.7

2017-10-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Do you mind to create a pull request Yury? -- ___ Python tracker ___

[issue28645] Drop __aiter__ compatibility layer from 3.7

2016-11-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > I'll inc importlib's magic before committing. Please left good gap for possible bugfixes between current number and 3.7 number. Set it to 3390. I'm not experienced with async protocols, but at first glance the patch looks technically correct. Please

[issue28645] Drop __aiter__ compatibility layer from 3.7

2016-11-08 Thread Yury Selivanov
New submission from Yury Selivanov: As discussed in issue #27243, we want to drop __aiter__ compatibility layer in Python 3.7. Please take a look at the attached patch (I'll inc importlib's magic before committing). -- keywords: +patch Added file:

[issue28645] Drop __aiter__ compatibility layer from 3.7

2016-11-08 Thread Yury Selivanov
Changes by Yury Selivanov : -- assignee: yselivanov components: Interpreter Core nosy: haypo, serhiy.storchaka, yselivanov priority: normal severity: normal stage: patch review status: open title: Drop __aiter__ compatibility layer from 3.7 type: behavior versions: