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 zach.ware
Recipients docs@python, pgacv2, zach.ware
Date 2017-02-08.22:14:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486592096.43.0.950699124495.issue29506@psf.upfronthosting.co.za>
In-reply-to
Content
That line is correct, the point is that deep copy will duplicate even the things that you may *want* to be shared.

See also #27416.  I'm not sure what we can do to further clarify that line, but it is certainly easy to misread.
History
Date User Action Args
2017-02-08 22:14:56zach.waresetrecipients: + zach.ware, docs@python, pgacv2
2017-02-08 22:14:56zach.waresetmessageid: <1486592096.43.0.950699124495.issue29506@psf.upfronthosting.co.za>
2017-02-08 22:14:56zach.warelinkissue29506 messages
2017-02-08 22:14:56zach.warecreate