]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754) (#150769)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Jun 2026 12:52:25 +0000 (14:52 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 12:52:25 +0000 (14:52 +0200)
commit3207263d10faa3e55f1320062a256a3f96103770
tree020d5a64a6a24fd0b3496729f0bef2b8767279e7
parent65d5e0508dbf8b949699e7ac37fa92446a70745e
[3.14] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754) (#150769)

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