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 kbk, roger.serwy, serhiy.storchaka, terry.reedy, vstinner
Date 2014-07-25.15:52:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
regrtest_tracemalloc.patch: my patch for regrtest.py to dump the traceback where garbage objects where allocated using tracemalloc.
http://pytracemalloc.readthedocs.org/

(Note: you need to recompile Python to use tracemalloc on Python < 3.4.)
History
Date User Action Args
2014-07-25 15:52:27vstinnersetrecipients: + vstinner, terry.reedy, kbk, roger.serwy, serhiy.storchaka
2014-07-25 15:52:27vstinnersetmessageid: <[email protected]>
2014-07-25 15:52:27vstinnerlinkissue22068 messages
2014-07-25 15:52:27vstinnercreate