changeset: 98691:15f6bbe944fa branch: 3.5 parent: 98687:80501740ab84 user: Steve Dower date: Sun Oct 11 15:15:52 2015 -0700 files: Misc/NEWS PCbuild/pyproject.props PCbuild/pythoncore.vcxproj.filters description: Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build diff -r 80501740ab84 -r 15f6bbe944fa Misc/NEWS --- a/Misc/NEWS Sun Oct 11 17:48:28 2015 +0300 +++ b/Misc/NEWS Sun Oct 11 15:15:52 2015 -0700 @@ -308,6 +308,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 80501740ab84 -r 15f6bbe944fa PCbuild/pyproject.props --- a/PCbuild/pyproject.props Sun Oct 11 17:48:28 2015 +0300 +++ b/PCbuild/pyproject.props Sun Oct 11 15:15:52 2015 -0700 @@ -43,6 +43,7 @@ Default true true + NoExtensions Disabled diff -r 80501740ab84 -r 15f6bbe944fa PCbuild/pythoncore.vcxproj.filters --- a/PCbuild/pythoncore.vcxproj.filters Sun Oct 11 17:48:28 2015 +0300 +++ b/PCbuild/pythoncore.vcxproj.filters Sun Oct 11 15:15:52 2015 -0700 @@ -435,6 +435,9 @@ Modules + + Include + @@ -968,6 +971,9 @@ PC + + Objects +