@@ -18,8 +18,8 @@ General Options
18
18
19
19
.. cmdoption :: --enable-loadable-sqlite-extensions
20
20
21
- Support loadable extensions in the :mod: `_sqlite ` extension module (default
22
- is no).
21
+ Support loadable extensions in the :mod: `! _sqlite ` extension module (default
22
+ is no) of the :mod: ` sqlite3 ` module .
23
23
24
24
See the :meth: `sqlite3.Connection.enable_load_extension ` method of the
25
25
:mod: `sqlite3 ` module.
@@ -117,7 +117,7 @@ General Options
117
117
Some Linux distribution packaging policies recommend against bundling
118
118
dependencies. For example, Fedora installs wheel packages in the
119
119
``/usr/share/python-wheels/ `` directory and don't install the
120
- :mod: `ensurepip._bundled ` package.
120
+ :mod: `! ensurepip._bundled ` package.
121
121
122
122
.. versionadded :: 3.10
123
123
@@ -193,7 +193,7 @@ Install Options
193
193
.. cmdoption :: --disable-test-modules
194
194
195
195
Don't build nor install test modules, like the :mod: `test ` package or the
196
- :mod: `_testcapi ` extension module (built and installed by default).
196
+ :mod: `! _testcapi ` extension module (built and installed by default).
197
197
198
198
.. versionadded :: 3.10
199
199
@@ -292,7 +292,7 @@ Effects of a debug build:
292
292
* Display all warnings by default: the list of default warning filters is empty
293
293
in the :mod: `warnings ` module.
294
294
* Add ``d `` to :data: `sys.abiflags `.
295
- * Add :func: `sys.gettotalrefcount ` function.
295
+ * Add :func: `! sys.gettotalrefcount ` function.
296
296
* Add :option: `-X showrefcount <-X> ` command line option.
297
297
* Add :envvar: `PYTHONTHREADDEBUG ` environment variable.
298
298
* Add support for the ``__lltrace__ `` variable: enable low-level tracing in the
@@ -313,7 +313,7 @@ Effects of a debug build:
313
313
* Check that deallocator functions don't change the current exception.
314
314
* The garbage collector (:func: `gc.collect ` function) runs some basic checks
315
315
on objects consistency.
316
- * The :c:macro: `Py_SAFE_DOWNCAST() ` macro checks for integer underflow and
316
+ * The :c:macro: `! Py_SAFE_DOWNCAST() ` macro checks for integer underflow and
317
317
overflow when downcasting from wide types to narrow types.
318
318
319
319
See also the :ref: `Python Development Mode <devmode >` and the
@@ -341,7 +341,7 @@ Debug options
341
341
Effects:
342
342
343
343
* Define the ``Py_TRACE_REFS `` macro.
344
- * Add :func: `sys.getobjects ` function.
344
+ * Add :func: `! sys.getobjects ` function.
345
345
* Add :envvar: `PYTHONDUMPREFS ` environment variable.
346
346
347
347
This build is not ABI compatible with release build (default build) or debug
@@ -419,7 +419,7 @@ Libraries options
419
419
420
420
.. cmdoption :: --with-system-expat
421
421
422
- Build the :mod: `pyexpat ` module using an installed ``expat `` library
422
+ Build the :mod: `! pyexpat ` module using an installed ``expat `` library
423
423
(default is no).
424
424
425
425
.. cmdoption :: --with-system-ffi
0 commit comments