]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: raise a warning when notifies generator and handlers are used together
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Sep 2025 22:14:48 +0000 (00:14 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Sep 2025 23:53:50 +0000 (01:53 +0200)
commit09481e223d23312ebf89436e8e4960498fe03099
treed08e11a88bdb21af0bb8f55c52d84ced072ffbea
parent0f9dd34d704b3cbc11bb59fb92e315fcfda366bf
fix: raise a warning when notifies generator and handlers are used together
.flake8
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py
tests/test_notify.py
tests/test_notify_async.py