deb-python-pygit2/misc
Nico von Geyso 9d0015f096 added valgrind python suppression file
To start a valgrind memory check use the following command:
  valgrind -v --leak-check=full --suppressions=misc/valgrind-python.supp python -E -tt ./setup.py test

If your python installation is not compiled with valgrind option, you get as well tons of false-positive leaks
in valgrind. Just check for git_* function the the output. Have in my that circular memory dependencies can
 not easily be found with this approach.
2013-03-10 18:58:42 +01:00
..
valgrind-python.supp added valgrind python suppression file 2013-03-10 18:58:42 +01:00