From 42dd4cd2ed143450910a669f30a5d4118f00e52a Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 13 Jul 2026 18:44:02 +0100 Subject: [PATCH 1/3] 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/3] 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 From fc71c9f0d6520d10e41001257af5b89a8427a1ef Mon Sep 17 00:00:00 2001 From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Sun, 20 Sep 2026 08:56:29 +0200 Subject: [PATCH 3/3] Update PCbuild/pyproject.props --- PCbuild/pyproject.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 155ce3889c1c87f..ca8330c004cccea 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -41,7 +41,7 @@ true true - true + true