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 Saimadhav.Heblikar, ncoghlan, neologix, pitrou, vstinner
Date 2014-07-10.21:15:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYEM4kGe+jK7biTO0tWsmhQxkArC3q_dyDxA8jg2pgb8A@mail.gmail.com>
In-reply-to <1405025725.8.0.106907665875.issue19816@psf.upfronthosting.co.za>
Content
2014-07-10 22:55 GMT+02:00 Antoine Pitrou <report@bugs.python.org>:
> If you use filters, you need to add filters for fnmatch and a couple other things :)

tracemalloc.Filter(False, tracemalloc.__file__, all_frames=True)
ignores all memory allocated directly or indirectly by the tracemalloc
module: notice the all_frames=True parameter. I'm saving at least 5
frames in tracemalloc when I work on this issue.
History
Date User Action Args
2014-07-10 21:15:05vstinnersetrecipients: + vstinner, ncoghlan, pitrou, neologix, Saimadhav.Heblikar
2014-07-10 21:15:05vstinnerlinkissue19816 messages
2014-07-10 21:15:05vstinnercreate