]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Raise a resource warning if a connection is deleted while open
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 27 Dec 2020 04:18:27 +0000 (05:18 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 27 Dec 2020 04:18:27 +0000 (05:18 +0100)
commit85cf9b9064b981b41ccc624b9d5ff397c167ba58
tree35386eb7e40b5aff568ac3a545135395a55a6489
parentdd356eafb501e2781a05f7c743604abdd433a586
Raise a resource warning if a connection is deleted while open
psycopg3/psycopg3/connection.py
tests/test_connection.py
tests/test_connection_async.py