]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696) ...
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Wed, 15 Jul 2026 08:24:51 +0000 (16:24 +0800)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2026 08:24:51 +0000 (11:24 +0300)
commit70d6c855650346de2cf58eaa0f29372926fb2fde
tree89ff4973c11a371badbea36cc3fdb8c9e273841d
parent0f1e563d1bc7f0be3699cd59a984537b4eafd9e8
[3.13] gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (GH-153696) (GH-153725)

(cherry picked from commit b704b647b2295924ebaf8d20ddf88925095039bb)
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