From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:02:39 +0000 (-0700) Subject: [3.11] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105696) X-Git-Tag: v3.11.5~282 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5b63eab9b974d1a547c9ed4e148fc152b242d72;p=thirdparty%2FPython%2Fcpython.git [3.11] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105696) 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 b1b04472bb50..199bf72b0d57 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