Merge Issue #22558.

This commit is contained in:
Terry Jan Reedy 2016-06-11 15:06:08 -04:00
commit 4da945f361
224 changed files with 542 additions and 136 deletions

View file

@ -6,6 +6,10 @@
.. versionadded:: 3.4
**Source code:** :source:`Lib/tracemalloc.py`
--------------
The tracemalloc module is a debug tool to trace memory blocks allocated by
Python. It provides the following information: