mirror of
https://github.com/python/cpython.git
synced 2026-08-02 15:17:14 -04:00
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 <[email protected]>
Co-authored-by: Victor Stinner <[email protected]>
Source files for various builtin objects