This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dkwolfe
Recipients
Date 2001-04-17.23:49:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80173

test_re and test_sre will both fail due to the default small 
stacksize (512K) on Darwin/Mac OS X.  The temporary 
workaround is to enter 'limit stacksize 2M' on CL before 
running make tests.

This bug is a dup of 416526.
History
Date User Action Args
2007-08-23 13:53:53adminlinkissue416423 messages
2007-08-23 13:53:53admincreate