This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients r.david.murray
Date 2015-07-15.13:39:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436967590.12.0.584324642332.issue24638@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2015-07-15 13:39:50r.david.murraysetrecipients: + r.david.murray
2015-07-15 13:39:50r.david.murraysetmessageid: <1436967590.12.0.584324642332.issue24638@psf.upfronthosting.co.za>
2015-07-15 13:39:50r.david.murraylinkissue24638 messages
2015-07-15 13:39:49r.david.murraycreate