Good idea.

Victor

Le 29 juil. 2016 12:01 AM, "Emanuel Barry" <vgr255@live.ca> a écrit :
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
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/