Message216044
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. |
|
| 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: <[email protected]> |
| 2014-04-14 01:23:03 | gvanrossum | link | issue21209 messages |
| 2014-04-14 01:23:03 | gvanrossum | create | |
|