This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, belopolsky, vstinner
Date 2013-09-16.23:46:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379375183.27.0.787817449659.issue18874@psf.upfronthosting.co.za>
In-reply-to
Content
TODO list:

* remove dependency to psutil
* enable PYMEM_RAW: fix subinterpreter issue, check which variables are protected by which lock
* test the command line interface?
* don't trace objects created by get_stats(), reentrant flag should be a thread-local variable
* add an hash table of tracebacks: 86% of tracebacks are duplicated

See also the TODO.txt file in the tracemalloc repository.
History
Date User Action Args
2013-09-16 23:46:23vstinnersetrecipients: + vstinner, amaury.forgeotdarc, belopolsky
2013-09-16 23:46:23vstinnersetmessageid: <1379375183.27.0.787817449659.issue18874@psf.upfronthosting.co.za>
2013-09-16 23:46:23vstinnerlinkissue18874 messages
2013-09-16 23:46:23vstinnercreate