]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149738: Fix segmentation fault bug in sqllite3 (#149754)
authorSepehr Rasouli <sepehrrasouli06@gmail.com>
Tue, 2 Jun 2026 09:07:08 +0000 (12:37 +0330)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 09:07:08 +0000 (11:07 +0200)
commit60fdb3192b897168ec0418fb0ea6c8d2d49ea513
treeeaba866ed3c20206a61ca0353b9589c3dfa2e30b
parent5a2d2736a655d993934adee1bbb568067d53f6f4
gh-149738: Fix segmentation fault bug in sqllite3 (#149754)

Deleting the `row_factory` or `text_factory` attribute is no longer allowed.
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