[New-bugs-announce] [issue37961] Tracemalloc traces do not include original stack trace length

Julien Danjou report at bugs.python.org
Tue Aug 27 04:23:25 EDT 2019


New submission from Julien Danjou <julien at 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 <report at bugs.python.org>
<https://bugs.python.org/issue37961>
_______________________________________


More information about the New-bugs-announce mailing list