[issue37961] Tracemalloc traces do not include original stack trace length

Julien Danjou report at bugs.python.org
Thu Aug 29 14:48:26 EDT 2019


Julien Danjou <julien at danjou.info> added the comment:

That's a good question. Considering that Py_DEFAULT_RECURSION_LIMIT is 1000, we could probably settle on 2 bytes by using an uint16_t which ought to be enough unless people regularly trace Python stack traces bigger that are bigger than 2^16.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37961>
_______________________________________


More information about the Python-bugs-list mailing list