]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: don't process further attempt if ctrl-c is pressed during connection 1077/head
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:12:19 +0000 (01:12 +0200)
commit07a1dd3336ef10a7d2077e30405abe3a5dc3ed23
tree3b7ab8029377f9ade466491e1ed1963f85c6187a
parent40dfa0b2e2b2df41baf82896fe9e50966437856f
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