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 gvanrossum
Recipients Rosuav, gvanrossum, ikelly, yselivanov
Date 2016-02-20.20:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456001507.96.0.305228043614.issue26221@psf.upfronthosting.co.za>
In-reply-to
Content
Chris, can you help out here? I still don't understand the issue here. Since "from __future__ import generator_stop" only works in 3.5+ it would not work in Python 3.3/3.4 (supported by upstream asyncio with literally the same source code currently). If there's no use case for f.set_exception(StopIteration) maybe we should just complain about that?
History
Date User Action Args
2016-02-20 20:51:48gvanrossumsetrecipients: + gvanrossum, ikelly, Rosuav, yselivanov
2016-02-20 20:51:47gvanrossumsetmessageid: <1456001507.96.0.305228043614.issue26221@psf.upfronthosting.co.za>
2016-02-20 20:51:47gvanrossumlinkissue26221 messages
2016-02-20 20:51:47gvanrossumcreate