]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146090: fix memory management of internal `sqlite3` callback contexts ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Mar 2026 13:15:05 +0000 (15:15 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 13:15:05 +0000 (15:15 +0200)
commit1458ea00658ba8284b71b93eec499cc922c510c0
tree1aec3d8555728f2150d6da799c038404f21d4b07
parent883b6d22d17c3b2fff2ed14e1ff42ddbeb23c504
[3.14] gh-146090: fix memory management of internal `sqlite3` callback contexts (GH-146569) (#146595)

gh-146090: fix memory management of internal `sqlite3` callback contexts (GH-146569)
(cherry picked from commit aa6680775d6d9ca571a675c3b2d655f4ade78c0c)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
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