• Victor Stinner's avatar
    Issue #26588: · ca79ccd9
    Victor Stinner yazdı
    * Optimize tracemalloc_add_trace(): modify hashtable entry data (trace) if the
      memory block is already tracked, rather than trying to remove the old trace
      and then add a new trace.
    * Add _Py_HASHTABLE_ENTRY_WRITE_DATA() macro
    ca79ccd9
pymem.h 8.23 KB