You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the issue be reproduced under both asyncio and uvloop?: not relevant
When running asyncpg to connect to postgresql without a password (such as using certificate or peer auth) where the home directory as given in $HOME is not readable by the executing system user, asyncpg crashes as it cannot read $HOME/.pgpass as opposed to the expected behaviour that asyncpg should ignore the error and continue to connect.