Commit 9c031c9
Use builtins.TimeoutError consistently in cluster probe drain
cluster.py:546 was the lone straggler still suppressing
asyncio.TimeoutError while every sibling site (protocol.py,
sqlalchemy-dqlite/base.py) catches the builtins.TimeoutError name
introduced in 3.11. The two are aliased today, so the behaviour is
identical, but the alias has been deprecated in favour of the
builtin and the codebase's source-of-truth comment in protocol.py
already documents the convention.
One-character forward-compat hygiene fix.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a9bcab9 commit 9c031c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| |||
0 commit comments