| commit | a5024a261a75dafa4fb6613298dcb64a9603d9c7 | [log] [tgz] |
|---|---|---|
| author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | Fri Feb 17 00:18:21 2023 +0530 |
| committer | GitHub <noreply@github.com> | Fri Feb 17 00:18:21 2023 +0530 |
| tree | 8d54f5f79f74a79822334357f21528e1c138158e | |
| parent | 226484e47599a93f5bf033ac47198e68ff401432 [diff] |
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518) Changes `asyncio.wait_for` to use `asyncio.timeout` as its underlying implementation.