From: Steve Dower Date: Fri, 17 Mar 2023 11:37:56 +0000 (+0000) Subject: Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102776) X-Git-Tag: v3.10.11~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=744a41bf4963a5346f43ec8632a8becb5c0112e2;p=thirdparty%2FPython%2Fcpython.git Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102776) --- diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index b6dcf1482354..0adce0958b17 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 e7216dec3a1a..e23635e5ea94 100644 --- a/PCbuild/pythonw.vcxproj +++ b/PCbuild/pythonw.vcxproj @@ -89,7 +89,8 @@ - 2000000 + 2000000 + 8000000