]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144377: Clean up sqlite3 Connection's list of weakrefs to Cursor objects (#144378)
authorThomas Kluyver <thomas@kluyver.me.uk>
Tue, 3 Feb 2026 12:36:12 +0000 (12:36 +0000)
committerGitHub <noreply@github.com>
Tue, 3 Feb 2026 12:36:12 +0000 (13:36 +0100)
commit74c1f4145e0c214305e571ce83cdb3ab5f1d83b5
tree858a32ed0a7c8c0716a3e2e5a002ef00a08ca165
parent3abc03c8088b77d9da6b74a2092f3ae05e70df01
gh-144377: Clean up sqlite3 Connection's list of weakrefs to Cursor objects (#144378)
Modules/_sqlite/connection.c
Modules/_sqlite/connection.h
Modules/_sqlite/cursor.c