Skip to content

bpo-36142: PYTHONMALLOC overrides PYTHONDEV #12191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2019
Merged

bpo-36142: PYTHONMALLOC overrides PYTHONDEV #12191

merged 1 commit into from
Mar 6, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 6, 2019

bpo-34247, bpo-36142: The PYTHONMALLOC environment variable has the
priority over PYTHONDEV env var and "-X dev" command line option.
For example, PYTHONMALLOC=malloc PYTHONDEVMODE=1 sets the memory
allocators to "malloc" (and not to "debug").

Add an unit test.

https://bugs.python.org/issue36142

bpo-34247, bpo-36142: The PYTHONMALLOC environment variable has the
priority over PYTHONDEV env var and "-X dev" command line option.
For example, PYTHONMALLOC=malloc PYTHONDEVMODE=1 sets the memory
allocators to "malloc" (and not to "debug").

Add an unit test.
@vstinner vstinner merged commit 25d13f3 into python:master Mar 6, 2019
@vstinner vstinner deleted the preparse15 branch March 6, 2019 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants