]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: don't process further attempt if ctrl-c is pressed during connection
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 7 May 2025 21:39:20 +0000 (23:39 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 7 May 2025 23:14:15 +0000 (01:14 +0200)
commitfbc59a4b301ebd9becc50db09a705a444520928a
treee4c4f836d8f5c81f80e1ecf16b322a666fc5f4c3
parent3325740efa391bccd469408d050aaa832c7412ea
fix: don't process further attempt if ctrl-c is pressed during connection

See for example #1055 where this behaviour is reported, #1076 where it
is further discussed.
docs/news.rst
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py
tests/test_concurrency.py