]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
authorVictor Stinner <vstinner@redhat.com>
Tue, 5 Mar 2019 22:31:54 +0000 (23:31 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 22:31:54 +0000 (23:31 +0100)
commita9df651eb4c18a07ec309df190419613e95cba7b
tree8c014426433938a9c94e7555b20eb13d78369cfa
parentd8b3a98c9098c66a714fd5593e1928af0ffbc631
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)

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.
Include/internal/pycore_pymem.h
Lib/test/test_embed.py
Objects/obmalloc.c
Programs/_testembed.c
Python/preconfig.c