]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (GH-13301...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 Apr 2025 19:46:11 +0000 (21:46 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Apr 2025 19:46:11 +0000 (19:46 +0000)
commit3a1a2a0b4989c2c47973f40a18e863879a8631b3
tree5cf777cdf8af9b3dac0a72f4a54b1ef439471fd0
parent40319029498cf9f1c40d921097d491d55c3bf462
[3.13] gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (GH-133019) (#133023)

gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (GH-133019)

Just use the builtin `TimeoutError`, and remove the import of `futures`.
(cherry picked from commit 8d6d7386a35b4a6fdd7d599f2184780bb83cc306)

Co-authored-by: John <john-xyz@outlook.com>
Lib/test/test_asyncio/utils.py