]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146090: fix memory management of internal `sqlite3` callback contexts (#146569)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 29 Mar 2026 12:21:37 +0000 (14:21 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 12:21:37 +0000 (14:21 +0200)
commitaa6680775d6d9ca571a675c3b2d655f4ade78c0c
tree1191472a3e00b5e0bd2834034cf02b2779ccc0be
parent6932c3ee6ad29d77ecb3015fdfb9b10e186ca9fd
gh-146090: fix memory management of internal `sqlite3` callback contexts (#146569)
Lib/test/test_sqlite3/test_hooks.py
Misc/NEWS.d/next/Library/2026-03-28-12-01-48.gh-issue-146090.wh1qJR.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2026-03-28-12-05-34.gh-issue-146090.wf9_ef.rst [new file with mode: 0644]
Modules/_sqlite/connection.c