]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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 18:22:20 +0000 (20:22 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 18:22:20 +0000 (20:22 +0200)
commit6d94af4b98a856214c8d8dd259b6c2d4da3bc7ca
tree15063bf042d835440e775faa934f6547ff9d6a48
parentb4c3c0f4bfbe375ea29659863130281b1fedba74
[3.14] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-139328) (GH-139471)

(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