Guido van Rossum added the comment:

@rdm: thanks, you nailed it. :-)

@yury: but where would you have gotten the awaitable in the first place? It's 
easy to see how to get a coroutine -- just define it (with either @coroutine or 
async def) and call it -- and I think that's the only use case that matters 
here.

I'm unclear how you could have gotten another awaitable (e.g. an asyncio.Future 
instance) in another thread -- except by an utterly confused user.

----------

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

Reply via email to