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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to