From: Steve Dower Date: Wed, 21 Feb 2024 19:46:46 +0000 (+0000) Subject: gh-113655: Increase stack reserve size on Windows for when running PGO (GH-115770) X-Git-Tag: v3.12.3~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e70dc873963ef76234ee9d6885b05bfb89eec98;p=thirdparty%2FPython%2Fcpython.git gh-113655: Increase stack reserve size on Windows for when running PGO (GH-115770) --- diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index f4640454a730..846c87fd1ac1 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -96,6 +96,7 @@ Console 2000000 8000000 + 8000000 diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj index e23635e5ea94..f485352f642f 100644 --- a/PCbuild/pythonw.vcxproj +++ b/PCbuild/pythonw.vcxproj @@ -91,6 +91,7 @@ 2000000 8000000 + 8000000