mirror of
https://github.com/python/cpython.git
synced 2025-11-08 17:41:42 +00:00
gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows (GH-124279)
This commit is contained in:
parent
6ab634840c
commit
df7228ce14
2 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
||||||
|
Ensures experimental free-threaded binaries remain installed when updating.
|
||||||
|
|
@ -213,6 +213,7 @@ static struct { LPCWSTR regName; LPCWSTR variableName; } OPTIONAL_FEATURES[] = {
|
||||||
{ L"Shortcuts", L"Shortcuts" },
|
{ L"Shortcuts", L"Shortcuts" },
|
||||||
// Include_launcher and AssociateFiles are handled separately and so do
|
// Include_launcher and AssociateFiles are handled separately and so do
|
||||||
// not need to be included in this list.
|
// not need to be included in this list.
|
||||||
|
{ L"freethreaded", L"Include_freethreaded" },
|
||||||
{ nullptr, nullptr }
|
{ nullptr, nullptr }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue