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 pitrou, serhiy.storchaka, vstinner
Date 2021-12-06.16:21:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638807703.54.0.987482040922.issue21952@roundup.psfhosted.org>
In-reply-to
Content
Exposing internal caches in tracemalloc is not a bug but a deliberate choice. It's easy to write your own filters to ignore selected files (or even specific functions if you can locate them by line nubmers).
History
Date User Action Args
2021-12-06 16:21:43vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2021-12-06 16:21:43vstinnersetmessageid: <1638807703.54.0.987482040922.issue21952@roundup.psfhosted.org>
2021-12-06 16:21:43vstinnerlinkissue21952 messages
2021-12-06 16:21:43vstinnercreate