From: Jack Jansen Date: Fri, 6 Sep 2002 21:59:21 +0000 (+0000) Subject: Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and this is... X-Git-Tag: v2.3c1~4184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=521dd9f2319d07e0d8dea8cdf7ab764d48295bf6;p=python Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and this is probably a better fix than lowering the recursion limit. --- diff --git a/Mac/Build/PythonInterpreter.mcp b/Mac/Build/PythonInterpreter.mcp index 50580d5a68..18ef00a4b5 100644 Binary files a/Mac/Build/PythonInterpreter.mcp and b/Mac/Build/PythonInterpreter.mcp differ diff --git a/Mac/Build/PythonStandSmall.mcp b/Mac/Build/PythonStandSmall.mcp index 30d02f13e9..ce0107c45c 100644 Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ