commit | 10b73e17489048419b512f6710aecba62ff5b91a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 22 13:39:05 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 22 13:39:05 2016 +0100 |
tree | 091166b7bbae2f92f0993729ad6378544126dd6c | |
parent | e492ae50e251c4fcd48bc37b1eaa4821894f1fdb [diff] |
Add C functions _PyTraceMalloc_Track() Issue #26530: * Add C functions _PyTraceMalloc_Track() and _PyTraceMalloc_Untrack() to track memory blocks using the tracemalloc module. * Add _PyTraceMalloc_GetTraceback() to get the traceback of an object.