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 pitrou
Recipients Saimadhav.Heblikar, ncoghlan, neologix, pitrou, vstinner
Date 2014-07-10.20:28:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405024132.68.0.177778433052.issue19816@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is snapshots will by themselves create allocation noise: you cannot really use tracemalloc to detect leaks, only to diagnose the leaks you have detected.
History
Date User Action Args
2014-07-10 20:28:52pitrousetrecipients: + pitrou, ncoghlan, vstinner, neologix, Saimadhav.Heblikar
2014-07-10 20:28:52pitrousetmessageid: <1405024132.68.0.177778433052.issue19816@psf.upfronthosting.co.za>
2014-07-10 20:28:52pitroulinkissue19816 messages
2014-07-10 20:28:52pitroucreate