valgrind still reports tons of possible leaks
1a1a11a opened this issue · 0 comments
1a1a11a commented
- a typo: Uncomment PyObject_Free and PyObject_Realloc in the valgring suppression file.
valgring should be valgrind - 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?