]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Jul 2026 22:55:51 +0000 (00:55 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 22:55:51 +0000 (22:55 +0000)
commitf58e5824796a175adb6b2c0bd21ff63ef062e980
treedec2e212d882485c7d94f8becd08653092a4dda2
parentbec166a05302c972d7fe731e60ba3eb9da4d64c3
[3.15] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696) (#153723)

gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696)
(cherry picked from commit b704b647b2295924ebaf8d20ddf88925095039bb)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
Lib/test/test_sqlite3/test_factory.py
Misc/NEWS.d/next/Library/2026-07-14-19-45-21.gh-issue-153695.UYdZJZ.rst [new file with mode: 0644]
Modules/_sqlite/row.c