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 ncoghlan
Recipients asvetlov, brett.cannon, gvanrossum, martin.panter, ncoghlan, vstinner, yselivanov
Date 2016-01-12.03:31:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452569475.6.0.91882007819.issue25887@psf.upfronthosting.co.za>
In-reply-to
Content
Good point about having "await" in the error message to make it more obvious what it's referring to in the "awaiting twice" case.

I'll tender "Cannot await previously awaited coroutine" as one final alternative, but if you don't like that, I can cope with "Coroutine already awaited on" :)
History
Date User Action Args
2016-01-12 03:31:15ncoghlansetrecipients: + ncoghlan, gvanrossum, brett.cannon, vstinner, asvetlov, martin.panter, yselivanov
2016-01-12 03:31:15ncoghlansetmessageid: <1452569475.6.0.91882007819.issue25887@psf.upfronthosting.co.za>
2016-01-12 03:31:15ncoghlanlinkissue25887 messages
2016-01-12 03:31:15ncoghlancreate