[issue26516] Add PYTHONMALLOC env var and add support for malloc debug hooks in release mode

STINNER Victor report at bugs.python.org
Mon Mar 14 08:56:07 EDT 2016


STINNER Victor added the comment:

Note: I just checked PYTHONMALLOCSTATS=1 with -X tracemalloc. It looks like it works as expected. Tracemalloc hooks are unregistered before stats are displayed at exit, _Pymem_PymallocEnabled() returns 1 as expected.

----------

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


More information about the Python-bugs-list mailing list