diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-09-06 21:59:21 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-09-06 21:59:21 (GMT) |
commit | 521dd9f2319d07e0d8dea8cdf7ab764d48295bf6 (patch) | |
tree | 7f1cfb5fccf300d789e30949923b8a8f3dce03f3 | |
parent | 522e7694ed5fed34b322c8882753df683f9068b2 (diff) | |
download | cpython-521dd9f2319d07e0d8dea8cdf7ab764d48295bf6.zip cpython-521dd9f2319d07e0d8dea8cdf7ab764d48295bf6.tar.gz cpython-521dd9f2319d07e0d8dea8cdf7ab764d48295bf6.tar.bz2 |
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.
-rw-r--r-- | Mac/Build/PythonInterpreter.mcp | bin | 109654 -> 109654 bytes |
-rw-r--r-- | Mac/Build/PythonStandSmall.mcp | bin | 341689 -> 341689 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/Mac/Build/PythonInterpreter.mcp b/Mac/Build/PythonInterpreter.mcp Binary files differindex 50580d5..18ef00a 100644 --- a/Mac/Build/PythonInterpreter.mcp +++ b/Mac/Build/PythonInterpreter.mcp diff --git a/Mac/Build/PythonStandSmall.mcp b/Mac/Build/PythonStandSmall.mcp Binary files differindex 30d02f1..ce0107c 100644 --- a/Mac/Build/PythonStandSmall.mcp +++ b/Mac/Build/PythonStandSmall.mcp |