From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 17 Mar 2023 01:34:49 +0000 (-0700) Subject: Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102764) X-Git-Tag: v3.11.3~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d025b1d2785ced8d436246aaf7627aa2c33493d4;p=thirdparty%2FPython%2Fcpython.git Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102764) (cherry picked from commit f33b33eb31c11a32b2955eb1f002f02267bd7d61) Co-authored-by: Steve Dower --- diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index d07db3a68150..f4640454a730 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -95,7 +95,7 @@ Console 2000000 - 4000000 + 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