[New-bugs-announce] [issue24638] asyncio "loop argument must agree with future" error message could be improved

R. David Murray report at bugs.python.org
Wed Jul 15 15:39:50 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24638>
_______________________________________


More information about the New-bugs-announce mailing list