[issue16076] xml.etree.ElementTree.Element is no longer pickleable

Santoso Wijaya report at bugs.python.org
Thu Oct 11 03:37:46 CEST 2012


Santoso Wijaya added the comment:

This is because, in Python 3.3, xml.etree.ElementTree.Element is overridden by the C accelerator version, _elementtree.Element.

If you remove the statement, 

1708    from _elementtree import *

the behavior from Python 3.2 comes back.

----------
nosy: +santa4nt

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


More information about the Python-bugs-list mailing list