]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(c): avoid a TypeError shadowing CancelledError on task cancellation
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 11 Jul 2025 23:13:32 +0000 (01:13 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 12 Jul 2025 04:39:22 +0000 (06:39 +0200)
commit118069cf9f8e1c588b58795268ee6c25c722285a
tree0f71f040483c77e5047f49e11ce21d527ae21a16
parentce085bc927d82526dc19362ea1a66f460374aff0
fix(c): avoid a TypeError shadowing CancelledError on task cancellation

Fix #1005.
docs/news.rst
psycopg_c/psycopg_c/_psycopg/generators.pyx
tests/test_concurrency_async.py