gh-87995: Make MappingProxyType hashable (GH-94252)

This commit is contained in:
Serhiy Storchaka 2022-06-28 12:54:58 +03:00 committed by GitHub
parent 71d5299b73
commit efdc9d68de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 1 deletions

View file

@ -79,6 +79,9 @@ New Features
Other Language Changes
======================
* :class:`types.MappingProxyType` instances are now hashable if the underlying
mapping is hashable.
(Contributed by Serhiy Storchaka in :gh:`87995`.)
New Modules