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 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:03gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov, richard.kiss
2014-04-14 01:23:03gvanrossumsetmessageid: <1397438583.39.0.106387316167.issue21209@psf.upfronthosting.co.za>
2014-04-14 01:23:03gvanrossumlinkissue21209 messages
2014-04-14 01:23:03gvanrossumcreate