STINNER Victor <vstin...@python.org> added the comment:

> However, if the number of frames is truncated, there's no way to know the 
> original length of the stack traces.

PR 15545 makes each trace 4 bytes (sizeof int) larger. Would it be enough for 
you to only know if the traceback is truncated?

tracemalloc is already "memory heavy", so I don't think that making trace_t 
larger is a blocker issue :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37961>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to