PEP 454: tracemalloc has been written for CPython

This commit is contained in:
Victor Stinner 2013-09-05 23:26:55 +02:00
parent a423604955
commit 9d51af2d8a
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ environment variable (``PYTHONFAULTHANDLER`` and ``PYTHONTRACEMALLOC``),
a ``-X`` command line option (``-X faulthandler`` and ``-X
tracemalloc``).
The tracemalloc module has been written for CPython. Other
implementations of Python may not provide it.
API
===