Steven D'Aprano added the comment:

What about "administrative data structures" that should be copied?

I think that "administrative data structures" is a red herring: there could be 
data that needs copying, and data that needs sharing and shouldn't be copied, 
independent of what the data is used for.

"Because deepcopy copies everything it may copy too much, such as data which is 
intended to be shared between copies."

----------
nosy: +steven.daprano

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29506>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to