[issue25869] Faster ElementTree deepcopying

Serhiy Storchaka report at bugs.python.org
Tue Dec 15 09:15:15 EST 2015


Serhiy Storchaka added the comment:

Updated patch correctly handles rare cases when different elements share the same attrib dict and when the same Element is occurred on different places in ElementTree (that is no longer a tree, but a directed graph).

----------
Added file: http://bugs.python.org/file41317/etree_deepcopy2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25869>
_______________________________________


More information about the Python-bugs-list mailing list