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 gphemsley
Recipients asvetlov, eli.bendersky, gphemsley, mdk, p-ganssle, r.david.murray, scoder, serhiy.storchaka, thatiparthy
Date 2017-12-31.04:21:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514694068.08.0.579767187378.issue32424@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed above, starting with msg309074, __deepcopy__() is being added to the Python implementation because it already exists in the C implementation.

And additional tests have in fact uncovered further discrepancies between the Python and C implementations with regard to copying behavior.

PR 5046 has changes that I believe are ready for review.
History
Date User Action Args
2017-12-31 04:21:08gphemsleysetrecipients: + gphemsley, scoder, r.david.murray, eli.bendersky, asvetlov, serhiy.storchaka, thatiparthy, mdk, p-ganssle
2017-12-31 04:21:08gphemsleysetmessageid: <1514694068.08.0.579767187378.issue32424@psf.upfronthosting.co.za>
2017-12-31 04:21:07gphemsleylinkissue32424 messages
2017-12-31 04:21:05gphemsleycreate