[Python-checkins] peps: PEP 454: remove tracemalloc.get_allocated_blocks()

victor.stinner python-checkins at python.org
Tue Oct 8 22:00:49 CEST 2013


http://hg.python.org/peps/rev/0357a6b86162
changeset:   5181:0357a6b86162
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Oct 08 22:00:38 2013 +0200
summary:
  PEP 454: remove tracemalloc.get_allocated_blocks()

sys.getallocatedblocks() already exists

files:
  pep-0454.txt |  5 -----
  1 files changed, 0 insertions(+), 5 deletions(-)


diff --git a/pep-0454.txt b/pep-0454.txt
--- a/pep-0454.txt
+++ b/pep-0454.txt
@@ -289,11 +289,6 @@
 The following functions can be used to add metrics to a snapshot, see
 the ``Snapshot.add_metric()`` method.
 
-``get_allocated_blocks()`` function:
-
-    Get the current number of allocated memory blocks.
-
-
 ``get_arena_size()`` function:
 
     Get the size in bytes of traced arenas.

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list