]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139327: fix some reference leaks in `sqlite3` error branches (#139328)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 1 Oct 2025 09:10:12 +0000 (11:10 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Oct 2025 09:10:12 +0000 (11:10 +0200)
commitd0a3eff9d6e72e209da0236fb1ea1f8c18938eaa
tree7dc775c56a2fe592c31d0b590f210acf02138cc4
parentd936dbeb1f1ebb4291a035dae88be78722c51d34
gh-139327: fix some reference leaks in `sqlite3` error branches (#139328)
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c