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 scoder
Recipients asvetlov, scoder, vstinner, yselivanov
Date 2015-04-26.15:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430061060.55.0.695767568732.issue24017@psf.upfronthosting.co.za>
In-reply-to
Content
Could we have type slots for the new special methods? Otherwise, implementing the protocol in C would be fairly inefficient, especially for async iteration.

I'm asking because Cython's generator type is not Python's generator type, but implementing the rest of the proposed protocol doesn't seem to be all that difficult.
History
Date User Action Args
2015-04-26 15:11:00scodersetrecipients: + scoder, vstinner, asvetlov, yselivanov
2015-04-26 15:11:00scodersetmessageid: <1430061060.55.0.695767568732.issue24017@psf.upfronthosting.co.za>
2015-04-26 15:11:00scoderlinkissue24017 messages
2015-04-26 15:11:00scodercreate