]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149807: Fix hash(frozendict): compute (key, value) pair hash (GH-149841...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 May 2026 11:51:54 +0000 (13:51 +0200)
committerGitHub <noreply@github.com>
Wed, 20 May 2026 11:51:54 +0000 (11:51 +0000)
commit7f29fa5032cc5a9d02cccbb39a3f7cd116e0f145
tree615aeebf2a7626b4fd067180b8f2860c71a21a7b
parentc555e260615d8d820f6a98e60a1d0ad0a1f13141
[3.15] gh-149807: Fix hash(frozendict): compute (key, value) pair hash (GH-149841) (#150149)

gh-149807: Fix hash(frozendict): compute (key, value) pair hash (GH-149841)
(cherry picked from commit 244300162d2e863a0588d1754e224d68931ada37)

Co-authored-by: Victor Stinner <vstinner@python.org>
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