]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510, PEP 814: Add frozendict support to pickle (#144967)
authorVictor Stinner <vstinner@python.org>
Sat, 21 Feb 2026 10:07:55 +0000 (11:07 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 10:07:55 +0000 (11:07 +0100)
commit20b1535ca40a5b93088cdbc669e86215f1630599
tree3a521e067e6fa5c8c52bb45e905bb48bb0dac571
parent85021bc2477f3ab394172b6dda3110e59f4777dd
gh-141510, PEP 814: Add frozendict support to pickle (#144967)

Add frozendict.__getnewargs__() method.
Lib/test/picklecommon.py
Lib/test/pickletester.py
Lib/test/test_dict.py
Objects/dictobject.c