Message291554
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() |
|
Date |
User |
Action |
Args |
2017-04-12 13:42:25 | vstinner | set | recipients:
+ vstinner, jtaylor |
2017-04-12 13:42:25 | vstinner | set | messageid: <1492004545.36.0.222275200226.issue30054@psf.upfronthosting.co.za> |
2017-04-12 13:42:25 | vstinner | link | issue30054 messages |
2017-04-12 13:42:25 | vstinner | create | |
|