On Tuesday, November 1, 2016 at 6:46:12 PM UTC+1, Andrew Svetlov wrote:

> The same problem is present in asyncio classes itself: Lock, Queue, 
> streams could be created with global life time and they are will hang if 
> used from different loop.
>

 Since PR #303 <https://github.com/python/asyncio/pull/303> (merged last 
year), awaiting a future attached to a different loop raises an exception 
(RuntimeError).

Reply via email to