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

Stefan Behnel report at bugs.python.org
Sat May 9 05:29:49 CEST 2015


Stefan Behnel added the comment:

We also need a Coroutine ABC. Both the "GeneratorType" and "CO_COROUTINE" checks are too restrictive. Also see issue 24018, which this one should in fact depend on.

----------

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


More information about the Python-bugs-list mailing list