[issue34623] _elementtree.c doesn't call XML_SetHashSalt()

Charalampos Stratakis report at bugs.python.org
Mon Oct 15 10:10:45 EDT 2018


Charalampos Stratakis <cstratak at redhat.com> added the comment:

Will this change be backported to 3.5 and 3.4? It applied cleanly on both however on 3.4 there is a test failure:

======================================================================
ERROR: test_del_attribute (test.test_xml_etree_c.MiscTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-3.4.9/Lib/test/test_xml_etree_c.py", line 26, in test_del_attribute
    element = cET.Element('tag')
AttributeError: 'NoneType' object has no attribute 'Element'
----------------------------------------------------------------------

----------
nosy: +cstratak

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


More information about the Python-bugs-list mailing list