This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients Mariatta, docs@python, pgacv2, steven.daprano, zach.ware
Date 2017-02-09.01:16:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486603000.43.0.230100414432.issue29506@psf.upfronthosting.co.za>
In-reply-to
Content
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."
History
Date User Action Args
2017-02-09 01:16:41steven.dapranosetrecipients: + steven.daprano, docs@python, zach.ware, Mariatta, pgacv2
2017-02-09 01:16:40steven.dapranosetmessageid: <1486603000.43.0.230100414432.issue29506@psf.upfronthosting.co.za>
2017-02-09 01:16:40steven.dapranolinkissue29506 messages
2017-02-09 01:16:38steven.dapranocreate