Skip to content

[3.13] gh-149738: Fix segmentation fault bug in sqllite3 (#149754)#150770

Merged
vstinner merged 1 commit into
python:3.13from
vstinner:sqlite13
Jun 2, 2026
Merged

[3.13] gh-149738: Fix segmentation fault bug in sqllite3 (#149754)#150770
vstinner merged 1 commit into
python:3.13from
vstinner:sqlite13

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 2, 2026

Deleting the row_factory or text_factory attribute is no longer allowed.

For the 3.13 backport, I fixed a conflict on connection_getset array.

(cherry picked from commit 60fdb31)

Deleting the `row_factory` or `text_factory` attribute is no longer allowed.

(cherry picked from commit 60fdb31)
@vstinner
Copy link
Copy Markdown
Member Author

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 Author

vstinner commented Jun 2, 2026

The next version is replaced with "3.13.3" as expected. Well, currently, it's rendered as "3.13.13 (unreleased)".

Screenshot 2026-06-02 at 11-39-29 sqlite3 — DB-API 2 0 interface for SQLite databases — Python 3 13 13 documentation

@vstinner vstinner merged commit b8ce8a3 into python:3.13 Jun 2, 2026
45 checks passed
@vstinner vstinner deleted the sqlite13 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.

3 participants