]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Fix copy.deepcopy() for recursive frozendict (#145027)
authorVictor Stinner <vstinner@python.org>
Sat, 21 Feb 2026 15:30:40 +0000 (16:30 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 15:30:40 +0000 (15:30 +0000)
commit646bd86e3b2f4f484129bd4a926cf73fafc9f874
tree0a416533cf3ae4fb458ad0b86a1f122aceb8bc31
parent7258dbc51803e27c1fec7b2a402e297187de3b95
gh-141510: Fix copy.deepcopy() for recursive frozendict (#145027)
Lib/copy.py
Lib/test/test_copy.py