Skip to content

Commit

Permalink
pythongh-124254: Detect freethreaded MSI component when doing an upgr…
Browse files Browse the repository at this point in the history
…ade on Windows
  • Loading branch information
zooba committed Sep 20, 2024
1 parent 63f1960 commit 482ad68
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 482ad68

Please sign in to comment.