[issue31499] ElementTree crash while cleaning up ParseError

STINNER Victor report at bugs.python.org
Mon Sep 18 05:00:54 EDT 2017


STINNER Victor added the comment:

Attached PR 3641 fixes bug1.py and bug2.py crashes.

Sadly, I failed to write a reliable unit test using bug2.py. The bug requires to trigger the garbage collector in a specific order which depends on how frames are tracked by the GC...

----------
versions: +Python 3.6

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


More information about the Python-bugs-list mailing list