From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:02:30 +0000 (-0700) Subject: [3.12] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105695) X-Git-Tag: v3.12.0b3~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e3e5d533efe154d0df15b2f666fcf88a936d745;p=thirdparty%2FPython%2Fcpython.git [3.12] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105695) ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (cherry picked from commit 58f0bda34126ed790000451874b96140737f40ed) Co-authored-by: Steve Dower --- diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 36c4c269d05d..fd928cafd77a 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -25,7 +25,7 @@ <_VCToolsVersion>$([System.Version]::Parse(`$(VCToolsVersion)`).Major).$([System.Version]::Parse(`$(VCToolsVersion)`).Minor) - true + true