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 David Ford (FirefighterBlu3), martin.panter, vstinner
Date 2017-02-15.17:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487179963.37.0.314360817935.issue29564@psf.upfronthosting.co.za>
In-reply-to
Content
To be clear: warnings should only suggest to enable tracemalloc if tracemalloc.is_tracing() is False.

It is possible to tracemalloc is tracing, but failed (for different reasons) to track where the memory of the resource was allocated.
History
Date User Action Args
2017-02-15 17:32:43vstinnersetrecipients: + vstinner, martin.panter, David Ford (FirefighterBlu3)
2017-02-15 17:32:43vstinnersetmessageid: <1487179963.37.0.314360817935.issue29564@psf.upfronthosting.co.za>
2017-02-15 17:32:43vstinnerlinkissue29564 messages
2017-02-15 17:32:43vstinnercreate