MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.88k stars 399 forks source link

Use the `timeout` context manager in the connection path #1087

Closed elprans closed 11 months ago

elprans commented 11 months ago

Drop timeout management gymnastics from the connect() path and use the timeout context manager instead.