]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149807: Fix hash(frozendict): compute (key, value) pair hash (#149841)
authorVictor Stinner <vstinner@python.org>
Wed, 20 May 2026 11:22:57 +0000 (13:22 +0200)
committerGitHub <noreply@github.com>
Wed, 20 May 2026 11:22:57 +0000 (13:22 +0200)
commit244300162d2e863a0588d1754e224d68931ada37
tree104f6ccbd6f2ac5584aa2a31edf8a4d8aa9c8ed0
parentdf6c157e51430e8e7458012417c534ad8c33119f
gh-149807: Fix hash(frozendict): compute (key, value) pair hash (#149841)
Lib/test/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-14-19-41-03.gh-issue-149807.IwGaCo.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/tupleobject.c