[issue29050] xml.etree.ElementTree in Python 3.6 is incompatible with defusedxml

Ammar Askar report at bugs.python.org
Thu Dec 22 13:25:03 EST 2016


Ammar Askar added the comment:

>From what I can tell from the failed travis run in defused, the problem is here:

https://github.com/tiran/defusedxml/blob/master/defusedxml/common.py#L129-L141

It's caused by it using the removed _IterParseIterator file (or rather a field that represents it that's set to None)

The full traceback can be found here:

https://travis-ci.org/tiran/defusedxml/jobs/154677920#L192-L203

----------
nosy: +ammar2

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


More information about the Python-bugs-list mailing list