STINNER Victor added the comment:

2014-07-10 22:55 GMT+02:00 Antoine Pitrou <rep...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19816>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to