Message 258064 - Python tracker
Message258064
| 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:35 | yselivanov | set | recipients: + yselivanov, gvanrossum, brett.cannon, ncoghlan, vstinner, asvetlov, martin.panter |
| 2016-01-12 04:16:35 | yselivanov | set | messageid: <1452572195.21.0.0961502446158.issue25887@psf.upfronthosting.co.za> |
| 2016-01-12 04:16:35 | yselivanov | link | issue25887 messages |
| 2016-01-12 04:16:35 | yselivanov | create | |