mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -04:00
d3b86111ef
gh-149676: Fix hash(frozendict | frozendict) (GH-149675)
Fix new_dict_impl() to properly initialize ma_hash on frozendict.
(cherry picked from commit f5fb491341)
Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Source files for various builtin objects