[issue24017] Implemenation of the PEP 492 - Coroutines with async and await syntax

Nick Coghlan report at bugs.python.org
Wed May 13 07:00:58 CEST 2015


Nick Coghlan added the comment:

I'm bothered by the remarkable proliferation of new opcodes for the PEP 492 handling. Is there are a specific reason this implicit exception handler can't be decomposed and implemented using the same opcodes as are used to implement explicit exception handlers?

----------

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


More information about the Python-bugs-list mailing list