]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Slight rephrasing of the OSX stacksize problem with test_re.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 20 May 2003 21:49:31 +0000 (21:49 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 20 May 2003 21:49:31 +0000 (21:49 +0000)
README

diff --git a/README b/README
index b4a7fcb030e96cc6c71deadb3199ce7b7c797ba7..5aa1f515b13a78bb512c829f831dad633edf9e66 100644 (file)
--- a/README
+++ b/README
@@ -470,8 +470,8 @@ 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".
+        on OSX), or csh shells use "limit stacksize 2048"; for the
+        bash or zsh shells, 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