• Victor Stinner's avatar
    bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191) · 25d13f37
    Victor Stinner yazdı
    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.
    25d13f37
Adı
Son kayıt (commit)
Son güncelleme
..
README Loading commit data...
_freeze_importlib.c Loading commit data...
_testembed.c Loading commit data...
python.c Loading commit data...