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-21.00:20:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+4rJVW+zvE=uJBAK9EqE1QgWav0MsCYppfOv+81fq4xw@mail.gmail.com>
In-reply-to <1456004099.85.0.727154816919.issue26221@psf.upfronthosting.co.za>
Content
OK, since eventually there won't be a way to inject StopIteration into
a Future anyway (it'll always raise RuntimeError once PEP 479 is the
default behavior) we should just reject this in set_exception().
History
Date User Action Args
2016-02-21 00:20:33gvanrossumsetrecipients: + gvanrossum, ikelly, Rosuav, yselivanov
2016-02-21 00:20:33gvanrossumlinkissue26221 messages
2016-02-21 00:20:33gvanrossumcreate