]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Implement copy and deepcopy for frozendict (#144905)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Wed, 18 Feb 2026 11:30:26 +0000 (12:30 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Feb 2026 11:30:26 +0000 (12:30 +0100)
commitdd64e4260e0d114f8259f15bc86fb17c5b08c80b
treeb65f78e6a8c8b7118dc11bd1f16840e5237e3334
parent7ac0868708f342b8990404174a4d200105a4f728
gh-141510: Implement copy and deepcopy for frozendict (#144905)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/copy.py
Lib/test/test_copy.py
Misc/NEWS.d/next/Library/2026-02-17-11-28-37.gh-issue-141510.OpAz0M.rst [new file with mode: 0644]