From 9d51af2d8afe99ee8fd0cea874602aa1bb0db462 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 5 Sep 2013 23:26:55 +0200 Subject: [PATCH] PEP 454: tracemalloc has been written for CPython --- pep-0454.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pep-0454.txt b/pep-0454.txt index a320f5452..8b056df00 100644 --- a/pep-0454.txt +++ b/pep-0454.txt @@ -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 ===