9 Sep
2005
9 Sep
'05
10:17 a.m.
Steve Howe wrote:
Hello all,
Any news on the dump() crash ?
######################################################
from lxml import etree as ElementTree ElementTree.dump(ElementTree.Element('a'))
######################################################
This is crashing Python 2.4.1 on XP. Could anyone please anyone confirm if this crashes interpreters on other platforms too ?
I cannot seem to reproduce this one either. I tried to run it through valgrind but didn't get errors (well, since (I think) my valgrind is updated I get error reports even when I start up Python, even with suppressions..asking around for a fix) Regards, Martijn