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 jtaylor, vstinner
Date 2017-04-12.13:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492004545.36.0.222275200226.issue30054@psf.upfronthosting.co.za>
In-reply-to
Content
The issue #26530 added a private C API to manually track/untrack memory blocks in tracemalloc. I was just validated by Julian Taylor who confirms that the API works as expected:
http://bugs.python.org/issue26530#msg291551

So I propose to make the 3 newly added functions public and document them:

* _PyTraceMalloc_Track()
* _PyTraceMalloc_Untrack()
* _PyTraceMalloc_GetTraceback()
History
Date User Action Args
2017-04-12 13:42:25vstinnersetrecipients: + vstinner, jtaylor
2017-04-12 13:42:25vstinnersetmessageid: <1492004545.36.0.222275200226.issue30054@psf.upfronthosting.co.za>
2017-04-12 13:42:25vstinnerlinkissue30054 messages
2017-04-12 13:42:25vstinnercreate