mirror of
https://github.com/python/cpython.git
synced 2026-01-31 07:05:24 +00:00
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.