changeset: 98692:3cf8c2930373 parent: 98690:0c8a9cafb24c parent: 98691:15f6bbe944fa user: Steve Dower date: Sun Oct 11 15:16:21 2015 -0700 files: Misc/NEWS description: Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build diff -r 0c8a9cafb24c -r 3cf8c2930373 Misc/NEWS --- a/Misc/NEWS Sun Oct 11 09:43:50 2015 -0700 +++ b/Misc/NEWS Sun Oct 11 15:16:21 2015 -0700 @@ -459,6 +459,8 @@ 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 -r 0c8a9cafb24c -r 3cf8c2930373 PCbuild/pyproject.props --- a/PCbuild/pyproject.props Sun Oct 11 09:43:50 2015 -0700 +++ b/PCbuild/pyproject.props Sun Oct 11 15:16:21 2015 -0700 @@ -43,6 +43,7 @@ Default true true + NoExtensions Disabled diff -r 0c8a9cafb24c -r 3cf8c2930373 PCbuild/pythoncore.vcxproj.filters --- a/PCbuild/pythoncore.vcxproj.filters Sun Oct 11 09:43:50 2015 -0700 +++ b/PCbuild/pythoncore.vcxproj.filters Sun Oct 11 15:16:21 2015 -0700 @@ -435,6 +435,9 @@ Modules + + Include + @@ -968,6 +971,9 @@ PC + + Objects +