Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Over the years a lot of issues have accumulated forasyncio.wait_for and the code has become complicated. Theasyncio.timeout can be used to simplify this a lot and will also fix bugs which are already fixed or don't exist inasyncio.timeout. This rewrite won't be backported.asyncio.wait_for should be nothing more than a wrapper aroundasyncio.timeout.
asyncio.wait_for issues:https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+wait_for+label%3Aexpert-asyncio
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done