@@ -241,8 +241,9 @@ PyPreConfig
241241 * ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` (``6 ``): :ref:`Python pymalloc
242242 memory allocator <pymalloc>` with debug hooks
243243
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>`.
246247
247248 See :ref:`Memory Management <memory>`.
248249
@@ -636,7 +637,8 @@ PyConfig
636637
637638 Set to ``1`` by the :envvar:`PYTHONDUMPREFS` environment variable.
638639
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>`.
640642
641643 Default: ``0``.
642644
@@ -817,7 +819,8 @@ PyConfig
817819
818820 Set to ``1`` by the :envvar:`PYTHONMALLOCSTATS` environment variable.
819821
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>`.
821824
822825 Default: ``0``.
823826
@@ -827,8 +830,9 @@ PyConfig
827830
828831 Set by the :envvar:`PYTHONPLATLIBDIR` environment variable.
829832
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" ``).
832836
833837 Part of the :ref:`Python Path Configuration <init-path-config>` input.
834838
@@ -1016,7 +1020,8 @@ PyConfig
10161020
10171021 Set to 1 by :option:`-X showrefcount <-X>` command line option.
10181022
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).
10201025
10211026 Default: ``0``.
10221027
0 commit comments