MagicStack / asyncpg

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

Fix closing of connection discarded by session target attrs #1046

Closed elprans closed 1 year ago

elprans commented 1 year ago

asyncio.gather takes a variadic, not an iterable and return_exceptions was masking the issue.