]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows (GH...
authorSteve Dower <steve.dower@python.org>
Mon, 23 Sep 2024 15:27:46 +0000 (16:27 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 15:27:46 +0000 (16:27 +0100)
Misc/NEWS.d/next/Windows/2024-09-20-11-18-50.gh-issue-124254.iPin-L.rst [new file with mode: 0644]
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp

diff --git a/Misc/NEWS.d/next/Windows/2024-09-20-11-18-50.gh-issue-124254.iPin-L.rst b/Misc/NEWS.d/next/Windows/2024-09-20-11-18-50.gh-issue-124254.iPin-L.rst
new file mode 100644 (file)
index 0000000..b93e356
--- /dev/null
@@ -0,0 +1 @@
+Ensures experimental free-threaded binaries remain installed when updating.
index 7cddda9b06555d8c6f7787b9b14963e262681523..094ddba4f1ad8f7fccbf803a8ef1406fc5eb6caf 100644 (file)
@@ -213,6 +213,7 @@ static struct { LPCWSTR regName; LPCWSTR variableName; } OPTIONAL_FEATURES[] = {
     { L"Shortcuts", L"Shortcuts" },
     // Include_launcher and AssociateFiles are handled separately and so do
     // not need to be included in this list.
+    { L"freethreaded", L"Include_freethreaded" },
     { nullptr, nullptr }
 };