We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178c134 commit 51ea448Copy full SHA for 51ea448
CHANGES/743.bugfix.rst
@@ -0,0 +1,3 @@
1
+Fixed ``copy.copy()`` producing a broken shallow copy that shared
2
+the internal items list with the original ``FrozenList``, causing
3
+mutations to one to affect the other -- by :user:`veeceey`.
0 commit comments