Re: PyObject sanitizer (CPython 2.4.4)

2007-11-06 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > I get this from valgrind (no suppression file but thgis probably is > not covered by the suppressor anyway): > ==6108== Invalid read of size 4 > ==6108==at 0x48D19F4: lookdict_string (dictobject.c:359) > ==6108==by 0x48D1B59: PyDict_GetItem (dictobject.c:554) >

PyObject sanitizer (CPython 2.4.4)

2007-11-06 Thread sndive
I get this from valgrind (no suppression file but thgis probably is not covered by the suppressor anyway): ==6108== Invalid read of size 4 ==6108==at 0x48D19F4: lookdict_string (dictobject.c:359) ==6108==by 0x48D1B59: PyDict_GetItem (dictobject.c:554) ==6108==by 0x48B1657: instance_geta