]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-139328...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 11:32:51 +0000 (13:32 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 11:32:51 +0000 (13:32 +0200)
commitbe8f3a68f4df6251ae6b9b8e965861686a8909f1
tree9f5746d2f63558094485c2931384cba2ddea1711
parent35da905f0e31b5a306195df11d53f51ac1eba90e
[3.13] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-139328) (#139472)

(cherry picked from commit d0a3eff9d6e72e209da0236fb1ea1f8c18938eaa)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c