Skip to content

Commit df7228c

Browse files
authored
gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows (GH-124279)
1 parent 6ab6348 commit df7228c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ensures experimental free-threaded binaries remain installed when updating.

Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ static struct { LPCWSTR regName; LPCWSTR variableName; } OPTIONAL_FEATURES[] = {
213213
{ L"Shortcuts", L"Shortcuts" },
214214
// Include_launcher and AssociateFiles are handled separately and so do
215215
// not need to be included in this list.
216+
{ L"freethreaded", L"Include_freethreaded" },
216217
{ nullptr, nullptr }
217218
};
218219

0 commit comments

Comments
 (0)