From 744a41bf4963a5346f43ec8632a8becb5c0112e2 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 17 Mar 2023 11:37:56 +0000 Subject: Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102776) --- PCbuild/python.vcxproj | 3 ++- PCbuild/pythonw.vcxproj | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index b6dcf14..0adce09 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -94,7 +94,8 @@ Console - 2000000 + 2000000 + 8000000 diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj index e7216de..e23635e 100644 --- a/PCbuild/pythonw.vcxproj +++ b/PCbuild/pythonw.vcxproj @@ -89,7 +89,8 @@ - 2000000 + 2000000 + 8000000 -- cgit v0.12