New submission from Julien Danjou <jul...@danjou.info>:

When using the tracemalloc module, the maximum number of frames that are 
captured is specified at startup via a value to the `start` method.

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

----------
components: Interpreter Core
messages: 350616
nosy: jd
priority: normal
severity: normal
status: open
title: Tracemalloc traces do not include original stack trace length
versions: Python 3.9

_______________________________________
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