Searched refs:PYTHONMALLOC (Results 1 – 11 of 11) sorted by relevance
709 PYTHONMALLOC = 'debug' variable in PyMemDebugTests716 PYTHONMALLOC=self.PYTHONMALLOC)786 assert_python_ok('-c', code, PYTHONMALLOC=self.PYTHONMALLOC)802 PYTHONMALLOC = 'malloc_debug' variable in PyMemMallocDebugTests807 PYTHONMALLOC = 'pymalloc_debug' variable in PyMemPymallocDebugTests813 PYTHONMALLOC = '' variable in PyMemDefaultTests
22 PYTHONMALLOC=debug PYTHONASYNCIODEBUG=1 python3 -W default -X faulthandler52 It behaves as if the :envvar:`PYTHONMALLOC` environment variable is set to56 memory allocators, set the :envvar:`PYTHONMALLOC` environment variable to
9 UPDATE: Python 3.6 now supports PYTHONMALLOC=malloc environment variable which
88 The :envvar:`PYTHONMALLOC` environment variable can be used to configure350 * Name: value for :envvar:`PYTHONMALLOC` environment variable465 mode. The :envvar:`PYTHONMALLOC` environment variable can be used to install
81 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
817 ``PYTHONMALLOC`` environment variable is not set.
98 ``PYTHONMALLOC=debug`` environment variable to validate the usage of memory246 Add :envvar:`PYTHONMALLOC` environment variable to set the Python memory
935 PYTHONMALLOC even if the developer mode is enabled.1527 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
100 * The new :ref:`PYTHONMALLOC <whatsnew36-pythonmalloc>` environment variable126 See the :ref:`PYTHONMALLOC section <whatsnew36-pythonmalloc>` for more636 PYTHONMALLOC environment variable639 The new :envvar:`PYTHONMALLOC` environment variable allows setting the Python643 compiled in release mode using ``PYTHONMALLOC=debug``. Effects of debug hooks:662 the C library for all Python memory allocations using ``PYTHONMALLOC=malloc``.2336 :envvar:`PYTHONMALLOC` environment variable to ``debug`` to validate the
409 PYTHONMALLOC=malloc
770 .. envvar:: PYTHONMALLOC808 This variable is ignored if the :envvar:`PYTHONMALLOC` environment variable