Skip to content

Commit

Permalink
[3.13] gh-124254: Detect freethreaded MSI component when doing an upg…
Browse files Browse the repository at this point in the history
…rade on Windows (GH-124279) (#124347)

gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows (GH-124279)
(cherry picked from commit df7228c)

Co-authored-by: Steve Dower <steve.dower@python.org>
  • Loading branch information
miss-islington and zooba authored Sep 30, 2024
1 parent 8d3a0fe commit 7f101dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ensures experimental free-threaded binaries remain installed when updating.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit 7f101dc

Please sign in to comment.