]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (#133019)
authorJohn <john-xyz@outlook.com>
Sat, 26 Apr 2025 18:57:08 +0000 (13:57 -0500)
committerGitHub <noreply@github.com>
Sat, 26 Apr 2025 18:57:08 +0000 (18:57 +0000)
commit8d6d7386a35b4a6fdd7d599f2184780bb83cc306
treea9a452d2d0158c479ad0acc12da23c6223330d53
parent5e96e4fca80a8cd25da6b469b25f8f5a514de8be
gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (#133019)

Just use the builtin `TimeoutError`, and remove the import of `futures`.
Lib/test/test_asyncio/utils.py