cpython/Doc/using
Victor Stinner 34be807ca4 Add PYTHONMALLOC env var
Issue #26516:

* Add PYTHONMALLOC environment variable to set the Python memory
  allocators and/or install debug hooks.
* PyMem_SetupDebugHooks() can now also be used on Python compiled in release
  mode.
* The PYTHONMALLOCSTATS environment variable can now also be used on Python
  compiled in release mode. It now has no effect if set to an empty string.
* In debug mode, debug hooks are now also installed on Python memory allocators
  when Python is configured without pymalloc.
2016-03-14 12:04:26 +01:00
..
cmdline.rst Add PYTHONMALLOC env var 2016-03-14 12:04:26 +01: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 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