Skip to content

[3.14] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754)#150769

Merged
vstinner merged 1 commit into
python:3.14from
miss-islington:backport-60fdb31-3.14
Jun 2, 2026
Merged

[3.14] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754)#150769
vstinner merged 1 commit into
python:3.14from
miss-islington:backport-60fdb31-3.14

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jun 2, 2026

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

Co-authored-by: Sepehr Rasouli sepehrrasouli06@gmail.com

)

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

Co-authored-by: Sepehr Rasouli <sepehrrasouli06@gmail.com>
@vstinner
Copy link
Copy Markdown
Member

vstinner commented Jun 2, 2026

I would like to see how the doc is rendered (how "next" version is replaced) before merging this bugfix.

@vstinner
Copy link
Copy Markdown
Member

vstinner commented Jun 2, 2026

@picnixz: The next version is replaced with "3.14.5" as expected. Well, currently, it's rendered as "3.14.5 (unreleased)".

Screenshot 2026-06-02 at 11-37-56 sqlite3 — DB-API 2 0 interface for SQLite databases — Python 3 14 5 documentation

@picnixz
Copy link
Copy Markdown
Member

picnixz commented Jun 2, 2026

Oh perfect then! I'm ok with this change then, I feared that we only had the 3.14 and not the patch version but it appears that it was well-thought!

@vstinner vstinner merged commit 3207263 into python:3.14 Jun 2, 2026
54 checks passed
@miss-islington miss-islington deleted the backport-60fdb31-3.14 branch June 2, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants