diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-04-22 14:26:23 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-04-22 14:26:23 (GMT) |
commit | f5c4b99034fae12ac2b9498dd12b5b3f352b90c8 (patch) | |
tree | 743fb9af0ea98b29e696aa920d4823d30acf483f /PCbuild | |
parent | 5439fc4901dbc7ab0fc0c8d2b2266e05d0019a92 (diff) | |
download | cpython-f5c4b99034fae12ac2b9498dd12b5b3f352b90c8.zip cpython-f5c4b99034fae12ac2b9498dd12b5b3f352b90c8.tar.gz cpython-f5c4b99034fae12ac2b9498dd12b5b3f352b90c8.tar.bz2 |
PyMem_Malloc() now uses the fast pymalloc allocator
Issue #26249: PyMem_Malloc() allocator family now uses the pymalloc allocator
rather than system malloc(). Applications calling PyMem_Malloc() without
holding the GIL can now crash: use PYTHONMALLOC=debug environment variable to
validate the usage of memory allocators in your application.
Diffstat (limited to 'PCbuild')
0 files changed, 0 insertions, 0 deletions