cpython/Programs
Victor Stinner 25d13f37aa
bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
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.
2019-03-06 12:51:53 +01:00
..
README
_freeze_importlib.c bpo-36142: Add _PyPreConfig structure (GH-12172) 2019-03-05 02:01:27 +01:00
_testembed.c bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191) 2019-03-06 12:51:53 +01:00
python.c bpo-35081: Rename internal headers (GH-10275) 2018-11-12 16:53:38 +01:00

README

Source files for binary executables (as opposed to shared modules)