[issue32424] Synchronize copy methods between Python and C implementations of xml.etree.ElementTree.Element

Gordon P. Hemsley report at bugs.python.org
Sat Dec 30 23:21:08 EST 2017


Gordon P. Hemsley <gphemsley at gphemsley.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32424>
_______________________________________


More information about the Python-bugs-list mailing list