Message216044
| Author | gvanrossum |
|---|---|
| Recipients | giampaolo.rodola, gvanrossum, pitrou, richard.kiss, vstinner, yselivanov |
| Date | 2014-04-14.01:23:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1397438583.39.0.106387316167.issue21209@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Heh. METH_O was *also* a red herring. But upstream (Tulip) issue 163 *was* a good clue. I now believe that the real bug is that CoroWrapper.__iter__() has "return self" rather than "return iter(self.gen)". That fix is in the 2nd attachment. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-14 01:23:03 | gvanrossum | set | recipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov, richard.kiss |
| 2014-04-14 01:23:03 | gvanrossum | set | messageid: <1397438583.39.0.106387316167.issue21209@psf.upfronthosting.co.za> |
| 2014-04-14 01:23:03 | gvanrossum | link | issue21209 messages |
| 2014-04-14 01:23:03 | gvanrossum | create | |