
June 1, 2006
9:40 a.m.
Hi Martijn, Martijn Faassen wrote:
Are you checking with valgrind, by the way? How are the supressions working for you?
There are a lot of "uninitialised values" and "conditional jumps" before we get to etree.initetree. So I happily ignore those. When the test cases run (I run test.py -vv), I get a few more, but most of them do not make me too suspicious, as they seem to be triggered by Python code (might still be GC issues, though). Note that ElementTree actually triggers most of those. There are a few things left I'll look at today. Stefan