[Python-Dev] Tests failing in MacPython 2.2.2

Barry A. Warsaw barry@python.org
Wed, 9 Oct 2002 15:14:20 -0400


>>>>> "MH" == Michael Hudson <mwh@python.net> writes:

    >> "JJ" == Jack Jansen <Jack.Jansen@oratrix.com> writes:
    >> JJ> Aside from the usual suspects I have three tests failing in
    >> JJ> MacPython 2.2.2: test_atexit, test_email and test_httplib.
    >> Oops, looks like I'm also getting a segfault in test_re.

    MH> This is normal; run "ulimit -s 2048" before running the test
    MH> suite.

Thanks, that works.  Would it make sense to add this to the test suite
some how, either by adding a ulimit call to the makefile, or adding
some resource.setrlimit() call to site.py or test_{,s}re.py?

-Barry