From 42dd4cd2ed143450910a669f30a5d4118f00e52a Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 13 Jul 2026 18:44:02 +0100 Subject: [PATCH 1/2] gh-153668: Temporarily disable unicodectype.c optimization on WinARM64 due to compiler bug --- 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..155ce3889c1c87f 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 47296a93424a8f6..d938e7f7c2961dc 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -576,7 +576,10 @@ - + + + Disabled + From eb7f9d7f230040985d7be21b0118ac831fefad8d Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 13 Jul 2026 23:55:53 +0100 Subject: [PATCH 2/2] Only disable during Release (not PGO) --- PCbuild/pythoncore.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index d938e7f7c2961dc..91b7a680f320452 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -578,7 +578,7 @@ - Disabled + Disabled