mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-87995: Make MappingProxyType hashable (GH-94252)
This commit is contained in:
parent
71d5299b73
commit
efdc9d68de
5 changed files with 28 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue