gh-141510: Implement copy and deepcopy for frozendict#144905
Conversation
vstinner
left a comment
There was a problem hiding this comment.
Sorry, something went wrong.
|
Draft because there are failing tests are due to making cpython/Lib/test/test_descr.py Line 318 in 6ef2578 I will look into this. |
Sorry, something went wrong.
Co-authored-by: Victor Stinner <vstinner@python.org>
…n into copy_module_frozendict
Sorry, my mistake. Feel free to close the PR if it is interfering. |
Sorry, something went wrong.
dd64e42
into
python:main
Feb 18, 2026
|
Merged, thanks. |
Sorry, something went wrong.
|
Ah, the implementation doesn't work for recursive frozendict. I created #145027 to fix |
Sorry, something went wrong.
…44905) Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Victor Stinner <vstinner@python.org>
…44905) Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Victor Stinner <vstinner@python.org>
Changes cherry-picked from #141508 by @vstinner