summaryrefslogtreecommitdiffstats
path: root/Doc/library/tracemalloc.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-231-21/+15
| | | | tracemalloc.start() now has an option nframe parameter
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+608