Files
cpython/Doc/c-api
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
..
2016-03-14 12:04:26 +01:00
2011-10-19 10:58:56 +03:00
2015-07-03 19:49:15 +10:00
2016-01-28 12:42:26 +02:00
2015-07-06 23:58:12 -05:00
2011-05-31 21:27:41 -05:00