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, belopolsky, gvanrossum, ncoghlan, python-dev, r.david.murray, rhettinger, schlamar, scoder, serhiy.storchaka, vstinner
Date 2015-01-08.14:50:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420728628.95.0.189423310967.issue22906@psf.upfronthosting.co.za>
In-reply-to
Content
Okay! I think I have something here. DEFINITELY needs more eyeballs, but all tests pass, including a new one that tests StopIteration leakage both with and without the __future__ directive. Some docs changes have been made (I grepped for 'stopiteration' and 'generator' case insensitively, and changed anything that caught my eye). It'd be nice if the entire test suite and standard library could be guaranteed to work in a post-3.7 world, but I don't know of an easy way to do that, short of peppering the code with unnecessary __future__ directives.
History
Date User Action Args
2015-01-08 14:50:29Rosuavsetrecipients: + Rosuav, gvanrossum, rhettinger, ncoghlan, belopolsky, scoder, vstinner, r.david.murray, python-dev, schlamar, serhiy.storchaka
2015-01-08 14:50:28Rosuavsetmessageid: <1420728628.95.0.189423310967.issue22906@psf.upfronthosting.co.za>
2015-01-08 14:50:28Rosuavlinkissue22906 messages
2015-01-08 14:50:28Rosuavcreate