Skip to content

bpo-36142: PYTHONMALLOC overrides PYTHONDEV#12191

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:preparse15
Mar 6, 2019
Merged

bpo-36142: PYTHONMALLOC overrides PYTHONDEV#12191
vstinner merged 1 commit intopython:masterfrom
vstinner:preparse15

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