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

2013-10-09 Thread Victor Stinner
2013/10/3 Victor Stinner : > 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. > > What should be done to finish the PEP? I splitted the module into two parts. Do you prefer the new API? Module:

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

2013-10-06 Thread Victor Stinner
2013/10/3 Victor Stinner : > 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 i

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

2013-10-03 Thread Victor Stinner
Hi, 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. What should be done to finish the PEP? HTML version of the PEP 454: http://www.python.org/dev/peps/pep-0454/ Full documentation of the tracema