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 Added pyvenv docs to 'Python Setup and Usage' section. 2012-05-29 12:52:14 +01:00
mac.rst merge with 3.5 2016-02-26 19:37:52 +01:00
scripts.rst Improve the pyvenv entry 2012-08-21 01:08:17 +02:00
unix.rst Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 2016-02-26 19:37:12 +01:00
venv-create.inc Update "Creating Virtual Environments" link in venv documentation 2016-01-30 12:24:31 +02:00
win_installer.png Removes my username from the documentation. 2015-07-17 11:59:35 -07:00
windows.rst Issue #25910: Fixed more links in the docs. 2016-04-11 17:32:33 +03:00