![](https://secure.gravatar.com/avatar/c0d6734f46d03eee0b0a740f91c451cf.jpg?s=120&d=mm&r=g)
July 28, 2016
3:01 p.m.
Hello Python-ideas, While answering a question earlier today, I realized that types.MappingProxyType is immutable and unhashable. It seems to me that if all values are hashable (all keys are already guaranteed to be hashable), then the mappingproxy itself should be hashable. Should I go ahead and make a patch for this, or is this a bad idea? Cheers, -Emanuel