mirror of
https://github.com/python/cpython.git
synced 2025-11-19 02:39:15 +00:00
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
Add a total_nframe field to the traces collected by the tracemalloc module. This field indicates the original number of frames before it was truncated.
This commit is contained in:
parent
f3ef06a7cb
commit
8d59eb1b66
5 changed files with 114 additions and 64 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Add a ``total_nframe`` field to the traces collected by the tracemalloc module.
|
||||
This field indicates the original number of frames before it was truncated.
|
||||
Loading…
Add table
Add a link
Reference in a new issue