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 njs, pitrou, vstinner
Date 2016-03-18.22:50:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458341403.4.0.796776255672.issue26588@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 2:

- modify _tracemalloc._get_traces() to include domain in traces
- add tracemalloc.DomainFilter(domain)
- add domain optional parameter to tracemalloc.Filter constructor

Currently, Snapshot._group_by() ignores domain information. I don't know how the domain should be exposed, *if* it should be exposed.

By the way, maybe we don't need to export the domain at the Python level at all? (Don't expose it in _tracemalloc._get_traces()).
History
Date User Action Args
2016-03-18 22:50:04vstinnersetrecipients: + vstinner, pitrou, njs
2016-03-18 22:50:03vstinnersetmessageid: <1458341403.4.0.796776255672.issue26588@psf.upfronthosting.co.za>
2016-03-18 22:50:03vstinnerlinkissue26588 messages
2016-03-18 22:50:02vstinnercreate