[New-bugs-announce] [issue17469] Fix sys.getallocatedblocks() when running on valgrind

Piotr Ożarowski report at bugs.python.org
Mon Mar 18 21:45:08 CET 2013


New submission from Piotr Ożarowski:

[Forwarding patch from Julien Cristau <julien.cristau at logilab.fr>]

_Py_AllocatedBlocks was never incremented in PyObject_Malloc(), but
would still be decremented on failure or in PyObject_Free().

----------
components: Interpreter Core
files: obmalloc.patch
keywords: patch
messages: 184517
nosy: piotr
priority: normal
severity: normal
status: open
title: Fix sys.getallocatedblocks() when running on valgrind
Added file: http://bugs.python.org/file29456/obmalloc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17469>
_______________________________________


More information about the New-bugs-announce mailing list