We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f4a0a commit 21b1b1fCopy full SHA for 21b1b1f
1 file changed
peps/pep-0739.rst
@@ -52,6 +52,14 @@ platform-independent standard library directory (``stdlib``, eg.
52
``/usr/lib/python3.14/build-details.json``), **UNLESS** unfeasible due to
53
technical limitations.
54
55
+When multiple Python installations share the same prefix, to resolve conflicts,
56
+distributors should prepend an extension to the file — eg.
57
+``build-details.XXX.json``, ``build-details.YYY.json``, etc.
58
+The extension text is determined by the distributor, but it **SHOULD** indicate
59
+the difference(s) between the installations — eg.
60
+``build-details.x86_64-free-threading.json``,
61
+``build-details.arm64_v8a-free-threading.json``,
62
+``build-details.x86_64.json``, etc.
63
64
.. attention::
65
0 commit comments