[issue2422] Automatically disable pymalloc when running under valgrind

James Henstridge report at bugs.python.org
Thu Mar 27 02:21:52 CET 2008


James Henstridge <james at jamesh.id.au> added the comment:

An updated version of the patch.  The previous ones were missing the
valgrind check, resulting in the pymalloc code paths being executed
(which in turn cause unintialised read warnings from valgrind).

Added file: http://bugs.python.org/file9872/disable-pymalloc-on-valgrind-py26.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2422>
__________________________________


More information about the Python-bugs-list mailing list