]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
There was a typo in the MacOSX section regarding the stacksize issue.
authorBarry Warsaw <barry@python.org>
Mon, 14 Oct 2002 18:03:04 +0000 (18:03 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 14 Oct 2002 18:03:04 +0000 (18:03 +0000)
There's no limit command near as I can tell.  Should be the bash
builtin ulimit command.

README

diff --git a/README b/README
index 0b5a7911c8ed3ed747180b5907b5ee441db26cd2..9058b1b2f1efdb0e043aaab3d141ae6904a3ef1e 100644 (file)
--- a/README
+++ b/README
@@ -449,9 +449,11 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
         platform as well.  This should be resolved in time for a
         future release.
 
-Mac OS X 10: One of the regular expression tests fails
-        with a SEGV due to the small stack size used by default, if you do
-        "limit stacksize 2048" before "make test" it should work.
+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.  Do
+        "ulimit -s 2048" before "make test" to avoid the failure.
+        Note that this is a built-in bash command so if you're using a
+        different shell, the command may be different too.
 
         On naked Darwin you may want to add the configure option
         "--disable-toolbox-glue" to disable the glue code for the Carbon