bpo-36142: Add _PyMem_GetDebugAllocatorsName() by vstinner · Pull Request #12185 · python/cpython

Conversation

@vstinner

The development mode now uses the effective name of the debug memory
allocator ("pymalloc_debug" or "malloc_debug"). So the name doesn't
change after setting the memory allocator.

https://bugs.python.org/issue36142

The development mode now uses the effective name of the debug memory
allocator ("pymalloc_debug" or "malloc_debug"). So the name doesn't
change after setting the memory allocator.

Labels