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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner, yselivanov
Date 2016-11-09.07:12:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478675558.61.0.96993960588.issue28645@psf.upfronthosting.co.za>
In-reply-to
Content
> 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 update the documentation. I have the only question about tests. Some tests test the behavior with "async __aiter__". With the patch them test the behavior with just "__aiter__". Shouldn't these tests be duplicated in 3.5-3.6 for __aiter__ without async?
History
Date User Action Args
2016-11-09 07:12:38serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, yselivanov
2016-11-09 07:12:38serhiy.storchakasetmessageid: <1478675558.61.0.96993960588.issue28645@psf.upfronthosting.co.za>
2016-11-09 07:12:38serhiy.storchakalinkissue28645 messages
2016-11-09 07:12:38serhiy.storchakacreate