[issue18874] Add a new tracemalloc module to trace memory allocations

STINNER Victor report at bugs.python.org
Tue Nov 26 13:59:26 CET 2013


STINNER Victor added the comment:

The code has been merged. I didn't see any test_tracemalloc on buildbots. I tried to address all remarks on the Rietveld reviews. So I'm now closing the issue.

Please open new issue if you have more remarks. For example, I opened:

- #19798: tracemalloc: rename "max_size" to "peak_size" in get_traced_memory() result
- #19787: tracemalloc: set_reentrant() should not have to call PyThread_delete_key()
- #19786: tracemalloc: remove arbitrary limit of 100 frames

Thanks for your reviews.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list