Message231675
| 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:40 | Rosuav | set | recipients: + Rosuav, gvanrossum, r.david.murray, python-dev, schlamar, serhiy.storchaka |
| 2014-11-25 18:02:40 | Rosuav | set | messageid: <1416938560.03.0.476994047981.issue22906@psf.upfronthosting.co.za> |
| 2014-11-25 18:02:40 | Rosuav | link | issue22906 messages |
| 2014-11-25 18:02:39 | Rosuav | create | |