[Python-Dev] valgrind

"Martin v. Löwis" martin at v.loewis.de
Tue Nov 7 07:19:24 CET 2006


Herman Geza schrieb:
> Here python reads from an already-freed memory area, right?

It looks like it, yes. Of course, it could be a flaw in valgrind, too.
To find out, one would have to understand what the memory block is,
and what part of PyObject_Free accesses it.

Regards,
Martin


More information about the Python-Dev mailing list