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

Yury Selivanov report at bugs.python.org
Wed Jun 3 17:18:53 CEST 2015


Yury Selivanov added the comment:

> Was __await__() deliberately left out of concurrent.futures.Future or was that an oversight? Or am I misunderstanding something?

I don't think concurrent.Future is supposed to be used with asyncio (in 'yield from' or 'await' expressions).

----------

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


More information about the Python-bugs-list mailing list