Commit fe6a6f5
committed
Replace asyncio.wait_for with asyncio.timeout
Fallback to using async_timeout on older python
asyncio.wait_for has some underlying problems that are only fixed in
cpython 3.12. See python/cpython#985181 parent dae93fd commit fe6a6f5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments