summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-06 18:47:31 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-06 18:47:31 (GMT)
commit667eb7c8536661f1b4648ed5c2d1155b585a3b01 (patch)
tree612ad39aee32cb3a16925ba6bc63632a82550b71 /README
parent00cd818dea72177dd79a3d86562d52f1433f9f49 (diff)
downloadcpython-667eb7c8536661f1b4648ed5c2d1155b585a3b01.zip
cpython-667eb7c8536661f1b4648ed5c2d1155b585a3b01.tar.gz
cpython-667eb7c8536661f1b4648ed5c2d1155b585a3b01.tar.bz2
Patch #1673121: update README wrt. OSX default shell.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 743fd05..62218b0 100644
--- a/README
+++ b/README
@@ -570,9 +570,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