diff --git a/Misc/NEWS b/Misc/NEWS index 9c89f121ca5..08c72c38903 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -308,6 +308,8 @@ Build Windows ------- +- Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build + - Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade. diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index c1303e1aacb..a2c44f33cb0 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -43,6 +43,7 @@ Default true true + NoExtensions Disabled diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 3b275bb0de5..837b73690a1 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -435,6 +435,9 @@ Modules + + Include + @@ -968,6 +971,9 @@ PC + + Objects +