cpython/Doc/using
Victor Stinner f5c4b99034 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.
2016-04-22 16:26:23 +02:00
..
cmdline.rst PyMem_Malloc() now uses the fast pymalloc allocator 2016-04-22 16:26:23 +02:00
index.rst
mac.rst merge with 3.5 2016-02-26 19:37:52 +01:00
scripts.rst
unix.rst
venv-create.inc
win_installer.png
windows.rst Issue #25910: Fixed more links in the docs. 2016-04-11 17:32:33 +03:00