New submission from R. David Murray:

I just got the titular error message and had no idea what it meant until I 
looked at the source.  It seems to mean "the specified loop is different from 
the _loop attribute of the future-or-coroutine".  Since _loop is nominally 
private, perhaps the message could be "the future or coroutine belongs to a 
different loop than the one specified as the loop argument".

----------
messages: 246763
nosy: r.david.murray
priority: normal
severity: normal
status: open
title: asyncio "loop argument must agree with future" error message could be 
improved

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

Reply via email to