Skip to content

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

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
tonghuaroot:backport-b704b64-3.13
Jul 15, 2026
Merged

[3.13] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696)#153725
serhiy-storchaka merged 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.

@serhiy-storchaka serhiy-storchaka merged commit 70d6c85 into python:3.13 Jul 15, 2026
42 checks passed
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.

2 participants