• Victor Stinner's avatar
    Add C functions _PyTraceMalloc_Track() · 10b73e17
    Victor Stinner yazdı
    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.
    10b73e17
test_tracemalloc.py 35.3 KB