@@ -241,8 +241,9 @@ PyPreConfig
241
241
* ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` (``6 ``): :ref:`Python pymalloc
242
242
memory allocator <pymalloc>` with debug hooks
243
243
244
- ``PYMEM_ALLOCATOR_PYMALLOC`` and ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG``
245
- are not supported if Python is configured using ``--without-pymalloc``
244
+ ``PYMEM_ALLOCATOR_PYMALLOC`` and ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` are
245
+ not supported if Python is :option:`configured using --without-pymalloc
246
+ <--without-pymalloc>`.
246
247
247
248
See :ref:`Memory Management <memory>`.
248
249
@@ -636,7 +637,8 @@ PyConfig
636
637
637
638
Set to ``1`` by the :envvar:`PYTHONDUMPREFS` environment variable.
638
639
639
- Need a special build of Python with the ``Py_TRACE_REFS`` macro defined.
640
+ Need a special build of Python with the ``Py_TRACE_REFS`` macro defined:
641
+ see :option:`configure --with-trace-refs <--with-trace-refs>`.
640
642
641
643
Default: ``0``.
642
644
@@ -817,7 +819,8 @@ PyConfig
817
819
818
820
Set to ``1`` by the :envvar:`PYTHONMALLOCSTATS` environment variable.
819
821
820
- The option is ignored if Python is built using ``--without-pymalloc``.
822
+ The option is ignored if Python is :option:`configured using
823
+ --without-pymalloc <--without-pymalloc>`.
821
824
822
825
Default: ``0``.
823
826
@@ -827,8 +830,9 @@ PyConfig
827
830
828
831
Set by the :envvar:`PYTHONPLATLIBDIR` environment variable.
829
832
830
- Default: value of the ``PLATLIBDIR`` macro which is set at configure time
831
- by ``--with-platlibdir`` (default: ``"lib" ``).
833
+ Default: value of the ``PLATLIBDIR`` macro which is set by the
834
+ :option`configure --with-platlibdir option <--with-platlibdir>` (default:
835
+ ``"lib" ``).
832
836
833
837
Part of the :ref:`Python Path Configuration <init-path-config>` input.
834
838
@@ -1016,7 +1020,8 @@ PyConfig
1016
1020
1017
1021
Set to 1 by :option:`-X showrefcount <-X>` command line option.
1018
1022
1019
- Need a debug build of Python (``Py_REF_DEBUG `` macro must be defined).
1023
+ Need a :ref:`debug build of Python <debug-build>` (the ``Py_REF_DEBUG ``
1024
+ macro must be defined).
1020
1025
1021
1026
Default: ``0``.
1022
1027
0 commit comments