◐ Shell
clean mode source ↗

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

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

python:masterfrom

vstinner:preparse11

Mar 5, 2019

Merged

bpo-36142: Add _PyMem_GetDebugAllocatorsName()#12185

vstinner

merged 1 commit into

python:masterfrom

vstinner:preparse11

Conversation

@vstinner

@vstinner vstinner commented

Mar 5, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

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.

@vstinner vstinner merged commit a9df651 into python:master

Mar 5, 2019

@vstinner vstinner deleted the preparse11 branch

March 5, 2019 22:31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot