Martin Panter added the comment:

I don’t think you need the __await__() call. Just do 
loop.run_until_complete(awaitable).

I understand “asyncio” doesn’t support recursive calls into the same event loop 
on purpose; see Issue 22239. So this code would only be useful from outside of 
the event loop, or if more than one event loop was in use.

----------
nosy: +vadmium

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to