cpython/Programs
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
..
README Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00
_freeze_importlib.c Remove an unnecessary flag. 2015-05-05 21:29:31 -06:00
_testembed.c Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00
python.c Add PYTHONMALLOC env var 2016-03-14 12:04:26 +01:00

README

Source files for binary executables (as opposed to shared modules)