Message244388
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. |
|
Date |
User |
Action |
Args |
2015-05-29 16:23:27 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, ncoghlan |
2015-05-29 16:23:27 | yselivanov | set | messageid: <1432916607.38.0.641720588714.issue24325@psf.upfronthosting.co.za> |
2015-05-29 16:23:27 | yselivanov | link | issue24325 messages |
2015-05-29 16:23:27 | yselivanov | create | |
|