[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 258061 - Python tracker

Message258061

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