Skip to content

[3.13] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696)#153725

Open
tonghuaroot wants to merge 1 commit into
python:3.13from
tonghuaroot:backport-b704b64-3.13
Open

[3.13] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696)#153725
tonghuaroot wants to merge 1 commit into
python:3.13from
tonghuaroot:backport-b704b64-3.13

Conversation

@tonghuaroot

@tonghuaroot tonghuaroot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Manual 3.13 backport of GH-153696. miss-islington could not cherry-pick cleanly
because 3.13 still uses the older pysqlite_row_hash(pysqlite_Row *self)
signature; the fix (check the PyObject_Hash return and propagate the
exception) is otherwise identical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant