paulross/PythonExtensionPatterns

valgrind still reports tons of possible leaks

1a1a11a opened this issue · 0 comments

  1. a typo: Uncomment PyObject_Free and PyObject_Realloc in the valgring suppression file.
    valgring should be valgrind
  2. I installed debug version of python3 as detailed in the doc, when I use it with valgrind(just open python and exit), it still reports tons of possible leaks, is that possible to suppress them?