From c8ea285b59e52391efe1e4c4ab50c2270384e6a8 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sun, 20 Sep 2026 08:31:17 +0100 Subject: [PATCH] gh-153668: Temporarily disable unicodectype.c optimization on WinARM64 due to compiler bug (GH-153669) * Only disable during Release (not PGO) * Update PCbuild/pyproject.props --------- (cherry picked from commit 9ea05d4b8f8a007d57b2b33a4dec26408fe6836b) Co-authored-by: Steve Dower Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> --- PCbuild/pyproject.props | 2 ++ PCbuild/pythoncore.vcxproj | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 7435c53e3fdcf9f..ca8330c004cccea 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -40,6 +40,8 @@ true true + + true diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index e255ed5af19125d..d246c910b9c360c 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -575,7 +575,10 @@ - + + + Disabled +