]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Use frozendict in the stdlib (#144909)
authorVictor Stinner <vstinner@python.org>
Fri, 6 Mar 2026 09:25:09 +0000 (10:25 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2026 09:25:09 +0000 (10:25 +0100)
commit349639cfa46180b18c2a3299db08cff253c7a959
tree826b6c56e83f583dd01e36bc5744d9857641000e
parent4fce98a920f47504e834057cd6606bad9b591ea9
gh-141510: Use frozendict in the stdlib (#144909)

Co-authored-by: Donghee Na <donghee.na@python.org>
Lib/functools.py
Lib/gettext.py
Lib/json/decoder.py
Lib/json/tool.py
Lib/opcode.py
Lib/optparse.py
Lib/platform.py
Lib/plistlib.py
Lib/ssl.py
Lib/symtable.py
Lib/tarfile.py