[issue24325] Speedup types.coroutine()

Nick Coghlan report at bugs.python.org
Sun Jun 21 03:59:05 CEST 2015


Nick Coghlan added the comment:

+1 from me for merging this for 3.5.0 and deferring issue 24468 (which now proposes making _opcode a builtin module to allow compiler constants to be easily shared between C code and Python code) to 3.6 instead.

The design changes to address issue 24400 cleaned up various aspect of both the internal architecture and the public data model of PEP 492, and the latest draft of this patch benefits accordingly.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24325>
_______________________________________


More information about the Python-bugs-list mailing list