[docs] [issue32666] Valgrind documentation seems to need updating

STINNER Victor report at bugs.python.org
Fri Nov 2 18:31:51 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

You may want to use PYTHONMALLOC=malloc environment variable, which changes the memory allocator from Python pymalloc to the regular libc malloc(). Valgrind false alarms come from pymalloc.

----------
nosy: +vstinner

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


More information about the docs mailing list