[issue38033] Use After Free: PyObject_Free (valgrind)

Tim Peters report at bugs.python.org
Wed Sep 4 21:47:34 EDT 2019


Tim Peters <tim at python.org> added the comment:

You're probably chasing ghosts ;-)  Please read about what needs to be done to use valgrind successfully with Python:

https://github.com/python/cpython/blob/master/Misc/README.valgrind

----------
nosy: +tim.peters
title: Use After Free: PyObject_Free -> Use After Free: PyObject_Free (valgrind)

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38033>
_______________________________________


More information about the Python-bugs-list mailing list