]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754) (#150768)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Jun 2026 09:36:03 +0000 (11:36 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 09:36:03 +0000 (09:36 +0000)
commit1835400ff5c36e01851c740e3fa82b1309a07b97
tree9c5337b4b7c9eacc2721c256356d6b840461683f
parent94c58db97797be3c1fd4dee67e8469353a89c50b
[3.15] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754) (#150768)

gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754)

Deleting the `row_factory` or `text_factory` attribute is no longer allowed.
(cherry picked from commit 60fdb3192b897168ec0418fb0ea6c8d2d49ea513)

Co-authored-by: Sepehr Rasouli <sepehrrasouli06@gmail.com>
Doc/library/sqlite3.rst
Lib/test/test_sqlite3/test_factory.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-13-06-54-41.gh-issue-149738.4BLFoH.rst [new file with mode: 0644]
Modules/_sqlite/connection.c