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 Rosuav
Recipients Rosuav, gvanrossum, python-dev, r.david.murray, schlamar, serhiy.storchaka
Date 2014-11-25.18:02:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416938560.03.0.476994047981.issue22906@psf.upfronthosting.co.za>
In-reply-to
Content
Known issues with the current patch, if anyone feels like playing with this who better knows the code:

1) Needs a __future__ directive to control behaviour
2) test_generators needs to be heavily reworked
3) The test of what exception was thrown needs to also handle StopIteration subclasses
4) Check for refleaks and/or over-freeing
5) Properly provide a traceback for the original StopIteration (not always happening)

Any others?
History
Date User Action Args
2014-11-25 18:02:40Rosuavsetrecipients: + Rosuav, gvanrossum, r.david.murray, python-dev, schlamar, serhiy.storchaka
2014-11-25 18:02:40Rosuavsetmessageid: <1416938560.03.0.476994047981.issue22906@psf.upfronthosting.co.za>
2014-11-25 18:02:40Rosuavlinkissue22906 messages
2014-11-25 18:02:39Rosuavcreate