Message 291554 - Python tracker
Message291554
| 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: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 | |