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 yselivanov
Recipients asvetlov, njs, yselivanov
Date 2019-09-22.18:43:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569177809.46.0.0044138766091.issue38248@roundup.psfhosted.org>
In-reply-to
Content
> The obvious fix would be to modify the 'except StopIteration' branch to handle this case by calling super().cancel() instead of super().set_exception(...).

Yeah, I think this is the solution we should do in 3.8.
History
Date User Action Args
2019-09-22 18:43:29yselivanovsetrecipients: + yselivanov, njs, asvetlov
2019-09-22 18:43:29yselivanovsetmessageid: <1569177809.46.0.0044138766091.issue38248@roundup.psfhosted.org>
2019-09-22 18:43:29yselivanovlinkissue38248 messages
2019-09-22 18:43:29yselivanovcreate