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

2013年10月06日 16:51:13 -0700

2013年10月3日 Victor Stinner <[email protected]>:
> 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
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to