[issue34377] Update valgrind suppressions

Paul Price report at bugs.python.org
Fri Aug 10 14:54:25 EDT 2018


New submission from Paul Price <paul.antony.price at gmail.com>:

I've found that the valgrind suppressions don't work for me with cpython 3.6.2. Renaming PyObject_Free/PyObject_Realloc to _PyObject_Free/_PyObject_Realloc in the suppressions file works.

I've got a patch that I'll put in via a GitHub PR.

----------
components: Demos and Tools
messages: 323385
nosy: Paul Price
priority: normal
severity: normal
status: open
title: Update valgrind suppressions
type: enhancement
versions: Python 3.6

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


More information about the Python-bugs-list mailing list