]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-149738: Fix segmentation fault bug in sqllite3 (#149754) (#150770)
authorVictor Stinner <vstinner@python.org>
Tue, 2 Jun 2026 12:52:30 +0000 (14:52 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 12:52:30 +0000 (14:52 +0200)
commitb8ce8a38d172e83690c01902856160107262e71c
tree08fd961c1500c6af33d5f9b63bcd2a49715d40d3
parent3db88720214992c675e09a7efbb4519f69e99f81
[3.13] gh-149738: Fix segmentation fault bug in sqllite3 (#149754) (#150770)

gh-149738: Fix segmentation fault bug in sqllite3 (#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