[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.46,1.337.2.4.2.47

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 14 Oct 2002 11:04:05 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv21251

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
Add a note about how to successfully complete the tests on MacOSX.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.46
retrieving revision 1.337.2.4.2.47
diff -C2 -d -r1.337.2.4.2.46 -r1.337.2.4.2.47
*** NEWS	14 Oct 2002 16:03:55 -0000	1.337.2.4.2.46
--- NEWS	14 Oct 2002 18:03:52 -0000	1.337.2.4.2.47
***************
*** 72,75 ****
--- 72,81 ----
    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