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 yselivanov
Recipients asvetlov, brett.cannon, gvanrossum, martin.panter, ncoghlan, vstinner, yselivanov
Date 2016-01-12.04:16:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452572195.21.0.0961502446158.issue25887@psf.upfronthosting.co.za>
In-reply-to
Content
"Cannot await previously awaited coroutine" might be confusing if raised on "coro.send(..)"-like code...

So far "coroutine was already awaited on" (do you want to drop "was", btw?) is less of all evil IMHO.
History
Date User Action Args
2016-01-12 04:16:35yselivanovsetrecipients: + yselivanov, gvanrossum, brett.cannon, ncoghlan, vstinner, asvetlov, martin.panter
2016-01-12 04:16:35yselivanovsetmessageid: <1452572195.21.0.0961502446158.issue25887@psf.upfronthosting.co.za>
2016-01-12 04:16:35yselivanovlinkissue25887 messages
2016-01-12 04:16:35yselivanovcreate