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 (pythonGH-124279)
  • Loading branch information
zooba authored Sep 23, 2024
1 parent 6ab6348 commit df7228c
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 df7228c

Please sign in to comment.