From: Steve Dower Date: Tue, 16 Jan 2024 22:02:20 +0000 (+0000) Subject: gh-113655: Increase default stack size for PGO builds to avoid C stack exhaustion... X-Git-Tag: v3.13.0a3~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e672f7ca67470cbda3346a4b1b532cf5fa61799;p=thirdparty%2FPython%2Fcpython.git gh-113655: Increase default stack size for PGO builds to avoid C stack exhaustion (GH-114148) --- diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index 8b7338659623..fdf573aa5bf9 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -94,8 +94,11 @@ Console - 2000000 + 2000000 12000000 + 12000000 + + 3000000 diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj index e23635e5ea94..31f21308e25f 100644 --- a/PCbuild/pythonw.vcxproj +++ b/PCbuild/pythonw.vcxproj @@ -89,8 +89,11 @@ - 2000000 - 8000000 + 2000000 + 12000000 + 12000000 + + 3000000