Message233665
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. |
|
Date |
User |
Action |
Args |
2015-01-08 14:50:29 | Rosuav | set | recipients:
+ Rosuav, gvanrossum, rhettinger, ncoghlan, belopolsky, scoder, vstinner, r.david.murray, python-dev, schlamar, serhiy.storchaka |
2015-01-08 14:50:28 | Rosuav | set | messageid: <1420728628.95.0.189423310967.issue22906@psf.upfronthosting.co.za> |
2015-01-08 14:50:28 | Rosuav | link | issue22906 messages |
2015-01-08 14:50:28 | Rosuav | create | |
|