]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:14:58 +0000 (15:14 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 13:14:58 +0000 (15:14 +0200)
commit6fdf0846449064c2f5bec18296163e19ee09121e
treeac4899818ac39cb00aefb0653c47e25025393dea
parent59f33e82ff8f530cfe589ca47a6fdff538d1a1d3
[3.13] gh-146090: fix memory management of internal `sqlite3` callback contexts (GH-146569) (#146596)

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