]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a note about how to successfully complete the tests on MacOSX.
authorBarry Warsaw <barry@python.org>
Mon, 14 Oct 2002 18:03:52 +0000 (18:03 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 14 Oct 2002 18:03:52 +0000 (18:03 +0000)
Misc/NEWS

index 7051e352b14aeae6cb3a7e924cb2c3d9694d23ab..15171d8d1058e00d85b90f73e23a39d5470133ab 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,12 @@ Tests
   attempt to allocate any memory, but merely check that the overflow
   detection code works correctly (as was intended).
 
+- The MacOSX (both 10.1 and 10.2) tests will crash 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.
+
 Windows
 
 - Fixed the "File version" field in the DLL.  This has apparently been