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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=521dd9f2319d07e0d8dea8cdf7ab764d48295bf6;p=thirdparty%2FPython%2Fcpython.git 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 50580d5a68d9..18ef00a4b5b2 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 30d02f13e947..ce0107c45cc6 100644 Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ