[Python-Dev] ast status, memory leaks, etc
Fredrik Lundh
fredrik at pythonware.com
Tue Nov 22 20:55:52 CET 2005
Gustavo Sverzut Barbieri wrote:
> At least with gentoo's Python 2.4.2, I get a bunch of errors from
> invalid reads and jumps/moves that depends on unitialized values in
> PyObject_Free().
>
> Running:
>
> valgrind --leak-check=full --leak-resolution=high --show-reachable=yes
> python -c "pass" 2> ~/python-2.4.2-valgrind.log
did you read the instructions ?
$ more Misc/README.valgrind
http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/README.valgrind?view=markup
</F>
More information about the Python-Dev
mailing list