]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131372: Include LDVERSION and EXE in base_interpreter value (#142256)
authorKarolina Surma <33810531+befeleme@users.noreply.github.com>
Wed, 10 Dec 2025 12:09:41 +0000 (13:09 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Dec 2025 12:09:41 +0000 (12:09 +0000)
commitc0d0f4b72a4ae5b1fc5c89ebcd20a9e59d82b914
treec734abf97335e59f8f6cb32e3018d42f6956c656
parent49b1fb43f65290dadeb83ed6f7c0c74995fda7a1
gh-131372: Include LDVERSION and EXE in base_interpreter value (#142256)

* Include LDVERSION and EXE in base_interpreter value

In Fedora, build-details.json created and installed for python3.14t
contains "/usr/bin/python3.14" as the base_interpreter value.
Create a correct string, taking into account both LDVERSION and EXE
config variables, similarly to how it's defined in altbininstall in Makefile.

* Add news

Signed-off-by: Filipe Laíns <lains@riseup.net>
---------

Signed-off-by: Filipe Laíns <lains@riseup.net>
Co-authored-by: Filipe Laíns <lains@riseup.net>
Misc/NEWS.d/next/Build/2025-12-09-14-23-51.gh-issue-131372.2TAEyz.rst [new file with mode: 0644]
Tools/build/generate-build-details.py