Message 339911 - Python tracker

Message339911

Author vstinner
Recipients methane, pablogsal, serhiy.storchaka, vstinner
Date 2019-04-11.00:40:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554943240.57.0.77299235005.issue36389@roundup.psfhosted.org>
In-reply-to
Content
Do you think that a gc.is_object_debugger_enabled() function would be needed?

The tracemalloc module has 3 functions:

* start(), stop()
* is_tracing()

The faulthandler module has 3 functions:

* enable() / disable()
* is_enabled()
History
Date User Action Args
2019-04-11 00:40:40vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, pablogsal
2019-04-11 00:40:40vstinnersetmessageid: <1554943240.57.0.77299235005.issue36389@roundup.psfhosted.org>
2019-04-11 00:40:40vstinnerlinkissue36389 messages
2019-04-11 00:40:40vstinnercreate