gh-141510: Optimize hash(frozendict) (#144919)
hash(frozendict) no longer creates a temporary items view and a temporary frozenset object. Copy frozenset_hash() code to frozendict_hash().
V
Victor Stinner committed
8e211b1ca93401d46009b556d648d12c679a132b
Parent: 6577d87
Committed by GitHub <noreply@github.com>
on 2/17/2026, 5:39:33 PM