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 <1406303547.41.0.770592070419.issue22068@psf.upfronthosting.co.za>
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: <1406303547.41.0.770592070419.issue22068@psf.upfronthosting.co.za>
2014-07-25 15:52:27vstinnerlinkissue22068 messages
2014-07-25 15:52:27vstinnercreate