mirror of https://github.com/python/cpython
Browse Source
* 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() macropull/9921/head
3 changed files with 31 additions and 12 deletions
Loading…
Reference in new issue