]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (#153696)
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Tue, 14 Jul 2026 22:23:58 +0000 (06:23 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 22:23:58 +0000 (22:23 +0000)
commitb704b647b2295924ebaf8d20ddf88925095039bb
tree86f001d4247a64da8e721b0823a96c3e8482a2d0
parentba289460069fbdb5b035b48c5c0ba667d42a7ab9
gh-153695: Fix sqlite3.Row.__hash__ with an unhashable value (#153696)
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