@@ -82,8 +82,8 @@ General Options
82
82
83
83
.. cmdoption :: --enable-loadable-sqlite-extensions
84
84
85
- Support loadable extensions in the :mod: `_sqlite ` extension module (default
86
- is no).
85
+ Support loadable extensions in the :mod: `! _sqlite ` extension module (default
86
+ is no) of the :mod: ` sqlite3 ` module .
87
87
88
88
See the :meth: `sqlite3.Connection.enable_load_extension ` method of the
89
89
:mod: `sqlite3 ` module.
@@ -181,7 +181,7 @@ General Options
181
181
Some Linux distribution packaging policies recommend against bundling
182
182
dependencies. For example, Fedora installs wheel packages in the
183
183
``/usr/share/python-wheels/ `` directory and don't install the
184
- :mod: `ensurepip._bundled ` package.
184
+ :mod: `! ensurepip._bundled ` package.
185
185
186
186
.. versionadded :: 3.10
187
187
@@ -258,7 +258,7 @@ Install Options
258
258
.. cmdoption :: --disable-test-modules
259
259
260
260
Don't build nor install test modules, like the :mod: `test ` package or the
261
- :mod: `_testcapi ` extension module (built and installed by default).
261
+ :mod: `! _testcapi ` extension module (built and installed by default).
262
262
263
263
.. versionadded :: 3.10
264
264
@@ -391,7 +391,7 @@ Effects of a debug build:
391
391
* Display all warnings by default: the list of default warning filters is empty
392
392
in the :mod: `warnings ` module.
393
393
* Add ``d `` to :data: `sys.abiflags `.
394
- * Add :func: `sys.gettotalrefcount ` function.
394
+ * Add :func: `! sys.gettotalrefcount ` function.
395
395
* Add :option: `-X showrefcount <-X> ` command line option.
396
396
* Add :option: `-d ` command line option and :envvar: `PYTHONDEBUG ` environment
397
397
variable to debug the parser.
@@ -413,7 +413,7 @@ Effects of a debug build:
413
413
* Check that deallocator functions don't change the current exception.
414
414
* The garbage collector (:func: `gc.collect ` function) runs some basic checks
415
415
on objects consistency.
416
- * The :c:macro: `Py_SAFE_DOWNCAST() ` macro checks for integer underflow and
416
+ * The :c:macro: `! Py_SAFE_DOWNCAST() ` macro checks for integer underflow and
417
417
overflow when downcasting from wide types to narrow types.
418
418
419
419
See also the :ref: `Python Development Mode <devmode >` and the
@@ -441,7 +441,7 @@ Debug options
441
441
Effects:
442
442
443
443
* Define the ``Py_TRACE_REFS `` macro.
444
- * Add :func: `sys.getobjects ` function.
444
+ * Add :func: `! sys.getobjects ` function.
445
445
* Add :envvar: `PYTHONDUMPREFS ` environment variable.
446
446
447
447
This build is not ABI compatible with release build (default build) or debug
@@ -519,7 +519,7 @@ Libraries options
519
519
520
520
.. cmdoption :: --with-system-expat
521
521
522
- Build the :mod: `pyexpat ` module using an installed ``expat `` library
522
+ Build the :mod: `! pyexpat ` module using an installed ``expat `` library
523
523
(default is no).
524
524
525
525
.. cmdoption :: --with-system-libmpdec
0 commit comments