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 serhiy.storchaka
Recipients asvetlov, eli.bendersky, gphemsley, mdk, p-ganssle, r.david.murray, scoder, serhiy.storchaka, thatiparthy
Date 2017-12-29.18:03:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514570591.55.0.213398074469.issue32424@psf.upfronthosting.co.za>
In-reply-to
Content
There is an existing test for copying. No new tests are needed. Just add a case for the copy() method in test_copy.

Special __deepcopy__() method for Python implementation is not needed. copy.deepcopy() already works well.
History
Date User Action Args
2017-12-29 18:03:11serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, r.david.murray, eli.bendersky, asvetlov, thatiparthy, mdk, p-ganssle, gphemsley
2017-12-29 18:03:11serhiy.storchakasetmessageid: <1514570591.55.0.213398074469.issue32424@psf.upfronthosting.co.za>
2017-12-29 18:03:11serhiy.storchakalinkissue32424 messages
2017-12-29 18:03:11serhiy.storchakacreate