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 giampaolo.rodola, gvanrossum, ncoghlan, pitrou, python-dev, scoder, serhiy.storchaka, vstinner, yselivanov
Date 2016-11-04.11:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478257272.78.0.159530279008.issue23996@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a test that passed with current code but will fail with the patch. I don't know whether it make much sense. If yes, then perhaps aiter_wrapper_iternext needs the same workaround as other invocations of PyErr_SetObject(PyExc_StopIteration, ...).
History
Date User Action Args
2016-11-04 11:01:12serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, ncoghlan, pitrou, scoder, vstinner, giampaolo.rodola, python-dev, yselivanov
2016-11-04 11:01:12serhiy.storchakasetmessageid: <1478257272.78.0.159530279008.issue23996@psf.upfronthosting.co.za>
2016-11-04 11:01:12serhiy.storchakalinkissue23996 messages
2016-11-04 11:01:12serhiy.storchakacreate