[Python-Dev] PEP 454: Add a new tracemalloc module (final version) (original) (raw)

Victor Stinner victor.stinner at gmail.com
Mon Oct 7 01:49:20 CEST 2013


2013/10/3 Victor Stinner <victor.stinner at gmail.com>:

I worked on the implementation of the tracemalloc module and its PEP 454. I consider that this third version of the PEP is ready for a final review.

HTML version of the PEP 454: http://www.python.org/dev/peps/pep-0454/

About the implementation.

I'm working in this repository: http://hg.python.org/features/tracemalloc

I updated the patch for Python default on the issue: http://bugs.python.org/issue18874

I backported my new version of the module on Python 2.7 and 3.3: https://github.com/haypo/pytracemalloc

Victor



More information about the Python-Dev mailing list