MagicStack / asyncpg

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

Handle environments with HOME set to a not-a-directory #1063

Closed elprans closed 1 year ago

elprans commented 1 year ago

If HOME points to a regular file (or /dev/null), make sure we don't crash unnecessarily, and if we do need to crash, so so informatively.

Fixes: #1014