- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message258043
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, ncoghlan, vstinner, yselivanov |
| Date | 2016-01-12.00:07:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1452557269.55.0.521073820946.issue25888@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Will commit this patch tomorrow to 3.5 and 3.6.
It only affects coroutines (async defs): if an await expression is used on a coroutine object while it's being already awaited by another coroutine, a `RuntimeError("coroutine is being awaited already")` will be triggered. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-12 00:07:49 | yselivanov | set | recipients: + yselivanov, gvanrossum, brett.cannon, ncoghlan, vstinner, asvetlov |
| 2016-01-12 00:07:49 | yselivanov | set | messageid: <1452557269.55.0.521073820946.issue25888@psf.upfronthosting.co.za> |
| 2016-01-12 00:07:49 | yselivanov | link | issue25888 messages |
| 2016-01-12 00:07:49 | yselivanov | create | |

