[issue19786] tracemalloc: remove arbitrary limit of 100 frames

STINNER Victor report at bugs.python.org
Tue Nov 26 00:49:46 CET 2013


New submission from STINNER Victor:

It should be possible to collect more than 100 frames per traceback (even it is much slower and uses much more memory).

I prepared the code to make it possible. Now only one thread should call traceback_new() at the same time, and the maximum number of frames is fixed while tracemalloc is tracing.

I will work on a patch.

----------
messages: 204440
nosy: haypo
priority: normal
severity: normal
status: open
title: tracemalloc: remove arbitrary limit of 100 frames
versions: Python 3.4

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


More information about the Python-bugs-list mailing list