Skip to content

[3.15] gh-149676: Fix hash(frozendict | frozendict) (GH-149675)#149717

Merged
vstinner merged 1 commit into
python:3.15from
miss-islington:backport-f5fb491-3.15
May 12, 2026
Merged

[3.15] gh-149676: Fix hash(frozendict | frozendict) (GH-149675)#149717
vstinner merged 1 commit into
python:3.15from
miss-islington:backport-f5fb491-3.15

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 12, 2026

Fix new_dict_impl() to properly initialize ma_hash on frozendict.
(cherry picked from commit f5fb491)

Co-authored-by: Thomas Kowalski thom.kowa@gmail.com
Co-authored-by: Victor Stinner vstinner@python.org

Fix new_dict_impl() to properly initialize ma_hash on frozendict.
(cherry picked from commit f5fb491341e566bbaf17d9bf3e4ec3af4a56bb3f)

Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Copy link
Copy Markdown
Contributor

@KowalskiThomas KowalskiThomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backport looks good.

@vstinner vstinner merged commit d3b8611 into python:3.15 May 12, 2026
56 checks passed
@miss-islington miss-islington deleted the backport-f5fb491-3.15 branch May 12, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants