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 yselivanov
Recipients gvanrossum, ncoghlan, yselivanov
Date 2015-05-29.16:23:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432916607.38.0.641720588714.issue24325@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch provides an implementation (part of it) of types.coroutine in C.

The problem with the current pure Python implementation is that it copies the code object of the generator function, which is a small overhead during import.

I'm not sure if this should be merged in 3.5 at all.  Please take a look at the patch.
History
Date User Action Args
2015-05-29 16:23:27yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan
2015-05-29 16:23:27yselivanovsetmessageid: <1432916607.38.0.641720588714.issue24325@psf.upfronthosting.co.za>
2015-05-29 16:23:27yselivanovlinkissue24325 messages
2015-05-29 16:23:27yselivanovcreate