]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Merge pull request #1119 from psycopg/fix-cancelled-error-shadowing
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 12 Jul 2025 04:38:39 +0000 (05:38 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 04:38:39 +0000 (05:38 +0100)
Avoid a TypeError shadowing CancelledError on task cancellation


Trivial merge