[Python-checkins] peps: PEP 454: mention also gdb-heap

victor.stinner python-checkins at python.org
Sat Oct 26 09:43:27 CEST 2013


http://hg.python.org/peps/rev/0927d706ac25
changeset:   5223:0927d706ac25
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sat Oct 26 09:43:14 2013 +0200
summary:
  PEP 454: mention also gdb-heap

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


diff --git a/pep-0454.txt b/pep-0454.txt
--- a/pep-0454.txt
+++ b/pep-0454.txt
@@ -600,9 +600,11 @@
 * `Meliae
   <https://pypi.python.org/pypi/meliae>`_:
   Python Memory Usage Analyzer developed by John A Meinel since 2009
-* `caulk <https://github.com/smartfile/caulk/>`_: written by Ben Timby in 2012
+* `gdb-heap <https://fedorahosted.org/gdb-heap/>`_: gdb script written in
+  Python by Dave Malcom (2010-2011) to analyze the usage of the heap memory
 * `memory_profiler <https://pypi.python.org/pypi/memory_profiler>`_:
   written by Fabian Pedregosa (2011-2013)
+* `caulk <https://github.com/smartfile/caulk/>`_: written by Ben Timby in 2012
 
 See also `Pympler Related Work
 <http://pythonhosted.org/Pympler/related.html>`_.

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


More information about the Python-checkins mailing list