mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
ca79ccd9e6
* 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
Source files for standard library extension modules, and former extension modules that are now builtin modules.