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 scoder
Recipients asvetlov, eli.bendersky, gphemsley, mdk, p-ganssle, r.david.murray, scoder, serhiy.storchaka, thatiparthy
Date 2019-04-21.06:36:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555828580.4.0.396072785445.issue32424@roundup.psfhosted.org>
In-reply-to
Content
We should not add anything to the implementation that we consider legacy elsewhere. Py3 has "always" used the C accelerator module instead of the Python implementation, which suggests that its interface is probably the righter one.

So: make sure that the Obvious Ways, copy.copy() and copy.deepcopy(), work nicely for both implementations, and deprecate Element.copy() in Py3.8.
History
Date User Action Args
2019-04-21 06:36:20scodersetrecipients: + scoder, r.david.murray, eli.bendersky, asvetlov, serhiy.storchaka, thatiparthy, mdk, p-ganssle, gphemsley
2019-04-21 06:36:20scodersetmessageid: <1555828580.4.0.396072785445.issue32424@roundup.psfhosted.org>
2019-04-21 06:36:20scoderlinkissue32424 messages
2019-04-21 06:36:20scodercreate