[issue16089] _elementtree causes segfault in GC

Stefan Krah report at bugs.python.org
Sun Sep 30 10:13:31 CEST 2012


Stefan Krah added the comment:

I can't reproduce this, so just a wild guess: Does the segfault still
happen if you replace Py_XDECREF() with Py_CLEAR() in xmlparser_gc_clear()?

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list