]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Sep 2024 01:06:11 +0000 (03:06 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 01:06:11 +0000 (18:06 -0700)
gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows (GH-124279)
(cherry picked from commit df7228ce140ecb005d44a0c171ba4d098b3fa67c)

Co-authored-by: Steve Dower <steve.dower@python.org>
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 }
 };