debugging tip - valgrind friendly python

Alexander Belchenko bialix at ukr.net
Wed Dec 2 05:36:39 GMT 2009


Robert Collins пишет:
> https://edge.launchpad.net/~jamesh/+archive/python
> 
> these packages have pymalloc disabled, so valgrind gets a more accurate
> picture of whats happening.
> 
> YMMV enjoy.
> 
> Thanks James ;)
> 
> -Rob

I'm using suppression file for valgrind from Python sources with success. It's enough to test
failures in C-code invoked from Python.

http://svn.python.org/projects/python/trunk/Misc/README.valgrind




More information about the bazaar mailing list