commit | 521dd9f2319d07e0d8dea8cdf7ab764d48295bf6 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Sep 06 21:59:21 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Sep 06 21:59:21 2002 +0000 |
tree | 7f1cfb5fccf300d789e30949923b8a8f3dce03f3 | |
parent | 522e7694ed5fed34b322c8882753df683f9068b2 [diff] |
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 50580d5..18ef00a 100644 --- a/Mac/Build/PythonInterpreter.mcp +++ b/Mac/Build/PythonInterpreter.mcp Binary files differ
diff --git a/Mac/Build/PythonStandSmall.mcp b/Mac/Build/PythonStandSmall.mcp index 30d02f1..ce0107c 100644 --- a/Mac/Build/PythonStandSmall.mcp +++ b/Mac/Build/PythonStandSmall.mcp Binary files differ