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 ammar2
Recipients adamwill, ammar2, christian.heimes, serhiy.storchaka
Date 2016-12-22.18:25:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482431103.85.0.784558091158.issue29050@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-12-22 18:25:03ammar2setrecipients: + ammar2, christian.heimes, serhiy.storchaka, adamwill
2016-12-22 18:25:03ammar2setmessageid: <1482431103.85.0.784558091158.issue29050@psf.upfronthosting.co.za>
2016-12-22 18:25:03ammar2linkissue29050 messages
2016-12-22 18:25:03ammar2create