mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
e8f9acf034
Omit serialno field from debug hooks on Python memory allocators to reduce the memory footprint by 5%. Enable tracemalloc to get the traceback where a memory block has been allocated when a fatal memory error is logged to decide where to put a breakpoint. Compile Python with PYMEM_DEBUG_SERIALNO defined to get back the field.
Source files for various builtin objects