commit | 8d59eb1b66c51b2b918da9881c57d07d08df43b7 | [log] [tgz] |
---|---|---|
author | Julien Danjou <julien@danjou.info> | Tue Oct 15 14:00:16 2019 +0200 |
committer | Victor Stinner <vstinner@python.org> | Tue Oct 15 14:00:16 2019 +0200 |
tree | 7833df22bb4e8cd3779dfa4a7d5ee2a206ec0b90 | |
parent | f3ef06a7cb347ab7bd3cc2b0b3dcebe4f9ff36f9 [diff] |
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.