Victor Stinner 5e14a38e8e _tracemalloc: use compact key for traces
Issue #26588: Optimize memory footprint of _tracemalloc before non-zero domain
is used. Start with compact key (Py_uintptr_t) and also switch to pointer_t key
when the first memory block with a non-zero domain is tracked.
2016-03-23 22:03:55 +01:00
..
2016-03-19 10:36:36 +01:00
2016-02-17 22:18:35 -08:00
2016-03-07 14:52:46 -05:00
2016-03-23 09:52:13 +01:00
2016-03-23 09:52:13 +01:00
2016-03-14 12:04:26 +01:00
2016-01-15 09:39:06 -08:00
2015-07-24 00:43:44 -04:00
2015-06-27 15:45:56 -05:00
2015-06-27 15:45:56 -05:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.