File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -473,6 +473,15 @@ General Options
473473
474474 .. versionadded :: 3.15
475475
476+ .. option :: --with-build-details-suffix=[yes|SUFFIX]
477+
478+ Rename ``build-details.json `` to permit multiple co-located Python
479+ installs. If a custom ``SUFFIX `` is supplied it is used verbatim,
480+ otherwise one will be generated from the ``MULTIARCH `` tag with
481+ ``-free-threading `` and ``-debug ``, as appropriate.
482+
483+ .. versionadded :: 3.16
484+
476485
477486C compiler options
478487------------------
Original file line number Diff line number Diff line change @@ -219,6 +219,12 @@ Build changes
219219
220220 .. _libmpdec : https://www.bytereef.org/mpdecimal/
221221
222+ * Add a :option: `--with-build-details-suffix ` configure flag to allow
223+ Linux distributions that co-install multiple versions of Python in the
224+ same tree to avoid ``build-details.json `` clashes.
225+
226+ (Contributed by Stefano Rivera in :gh: `131372 `.)
227+
222228
223229C API changes
224230=============
Original file line number Diff line number Diff line change 1- Add a `` --with-build-details-suffix= ` ` configure flag to allow Linux
1+ Add a :option: ` --with-build-details-suffix ` configure flag to allow Linux
22distributions that co-install multiple versions of Python in the same tree
33to avoid ``build-details.json `` clashes.
You can’t perform that action at this time.
0 commit comments