]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Replace MappingProxyType with frozendict (#144904)
authorVictor Stinner <vstinner@python.org>
Wed, 18 Feb 2026 20:23:49 +0000 (21:23 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Feb 2026 20:23:49 +0000 (20:23 +0000)
commit0bbdb4e897ae909af39cd93f7a25de89b724ab47
tree0ce811e403fa25240ad47c3a4372d7ecb1b6cdc1
parent16ccdbc50a3034f9c0e5ea6845356281b2ad04bd
gh-141510: Replace MappingProxyType with frozendict (#144904)
Lib/dataclasses.py
Lib/email/headerregistry.py
Lib/test/support/hashlib_helper.py
Lib/test/test_dataclasses/__init__.py
Lib/test/test_hmac.py