]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87995: Make MappingProxyType hashable (GH-94252)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 Jun 2022 09:54:58 +0000 (12:54 +0300)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 09:54:58 +0000 (11:54 +0200)
commitefdc9d68de84410b468c2dc87b371b4c3d0663ac
tree6b2e816555b591cdbc21070fb75283d26b40d25f
parent71d5299b73c854a7b0e12eb5d0a524579723660b
gh-87995: Make MappingProxyType hashable (GH-94252)
Doc/library/types.rst
Doc/whatsnew/3.12.rst
Lib/test/test_types.py
Misc/NEWS.d/next/Core and Builtins/2022-06-25-10-19-43.gh-issue-87995.aMDHnp.rst [new file with mode: 0644]
Objects/descrobject.c