Skip to content

Commit 7f101dc

Browse files
[3.13] gh-124254: Detect freethreaded MSI component when doing an upgrade 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 <[email protected]>
1 parent 8d3a0fe commit 7f101dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)