@@ -99,8 +99,8 @@ General Options
99
99
100
100
.. cmdoption :: --enable-loadable-sqlite-extensions
101
101
102
- Support loadable extensions in the :mod: `_sqlite ` extension module (default
103
- is no).
102
+ Support loadable extensions in the :mod: `! _sqlite ` extension module (default
103
+ is no) of the :mod: ` sqlite3 ` module .
104
104
105
105
See the :meth: `sqlite3.Connection.enable_load_extension ` method of the
106
106
:mod: `sqlite3 ` module.
@@ -198,7 +198,7 @@ General Options
198
198
Some Linux distribution packaging policies recommend against bundling
199
199
dependencies. For example, Fedora installs wheel packages in the
200
200
``/usr/share/python-wheels/ `` directory and don't install the
201
- :mod: `ensurepip._bundled ` package.
201
+ :mod: `! ensurepip._bundled ` package.
202
202
203
203
.. versionadded :: 3.10
204
204
@@ -469,7 +469,7 @@ Install Options
469
469
.. cmdoption :: --disable-test-modules
470
470
471
471
Don't build nor install test modules, like the :mod: `test ` package or the
472
- :mod: `_testcapi ` extension module (built and installed by default).
472
+ :mod: `! _testcapi ` extension module (built and installed by default).
473
473
474
474
.. versionadded :: 3.10
475
475
@@ -615,7 +615,7 @@ Effects of a debug build:
615
615
* Display all warnings by default: the list of default warning filters is empty
616
616
in the :mod: `warnings ` module.
617
617
* Add ``d `` to :data: `sys.abiflags `.
618
- * Add :func: `sys.gettotalrefcount ` function.
618
+ * Add :func: `! sys.gettotalrefcount ` function.
619
619
* Add :option: `-X showrefcount <-X> ` command line option.
620
620
* Add :option: `-d ` command line option and :envvar: `PYTHONDEBUG ` environment
621
621
variable to debug the parser.
@@ -637,7 +637,7 @@ Effects of a debug build:
637
637
* Check that deallocator functions don't change the current exception.
638
638
* The garbage collector (:func: `gc.collect ` function) runs some basic checks
639
639
on objects consistency.
640
- * The :c:macro: `Py_SAFE_DOWNCAST() ` macro checks for integer underflow and
640
+ * The :c:macro: `! Py_SAFE_DOWNCAST() ` macro checks for integer underflow and
641
641
overflow when downcasting from wide types to narrow types.
642
642
643
643
See also the :ref: `Python Development Mode <devmode >` and the
@@ -664,7 +664,7 @@ Debug options
664
664
Effects:
665
665
666
666
* Define the ``Py_TRACE_REFS `` macro.
667
- * Add :func: `sys.getobjects ` function.
667
+ * Add :func: `! sys.getobjects ` function.
668
668
* Add :envvar: `PYTHONDUMPREFS ` environment variable.
669
669
670
670
The :envvar: `PYTHONDUMPREFS ` environment variable can be used to dump
@@ -748,7 +748,7 @@ Libraries options
748
748
749
749
.. cmdoption :: --with-system-expat
750
750
751
- Build the :mod: `pyexpat ` module using an installed ``expat `` library
751
+ Build the :mod: `! pyexpat ` module using an installed ``expat `` library
752
752
(default is no).
753
753
754
754
.. cmdoption :: --with-system-libmpdec
0 commit comments