Victor Stinner ca79ccd9e6 Issue #26588:
* 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
2016-03-23 09:38:54 +01:00
..
2016-01-26 00:40:57 +01:00
2015-03-21 09:25:53 +02:00
2015-01-29 14:29:51 +01:00
2015-03-21 09:25:53 +02:00
2016-03-19 10:33:50 +01:00
2014-10-10 11:55:41 +02:00
2016-03-23 09:38:54 +01:00
2016-01-26 00:40:57 +01:00