]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(c): avoid a TypeError shadowing CancelledError on task cancellation 1119/head
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 00:26:25 +0000 (02:26 +0200)
commit18459817734c33a44430d5f6486b5dd8db5811de
treefe465d8900ef6218f88bc29618cab3ad6818105b
parentea6259f8e699378262fe1d9c98734d375602494a
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