summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-06 18:47:40 +0000
committerGeorg Brandl <georg@python.org>2007-03-06 18:47:40 +0000
commit2230d98048be1a20bd177ea72b2124941cd1d9ea (patch)
tree8e7f356db38d92c8cc7a8e20045e5ff3594ad17e /README
parentffb0a804c6eba81d6ed15e11b88f9fbb670d0cfe (diff)
downloadcpython-git-2230d98048be1a20bd177ea72b2124941cd1d9ea.tar.gz
Patch #1673121: update README wrt. OSX default shell.
(backport from rev. 54175)
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index cc95ab57a2..97847e2892 100644
--- a/README
+++ b/README
@@ -583,9 +583,9 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
MacOSX: The tests will crash on both 10.1 and 10.2 with SEGV in
test_re and test_sre due to the small default stack size. If
you set the stack size to 2048 before doing a "make test" the
- failure can be avoided. If you're using the tcsh (the default
- on OSX), or csh shells use "limit stacksize 2048" and for the
- bash shell, use "ulimit -s 2048".
+ failure can be avoided. If you're using the tcsh or csh shells,
+ use "limit stacksize 2048" and for the bash shell (the default
+ as of OSX 10.3), use "ulimit -s 2048".
On naked Darwin you may want to add the configure option
"--disable-toolbox-glue" to disable the glue code for the Carbon