I notice that test_re is failing with a recursion depth limit error on Mac OS X, but only when run under regrtest.py. Running plain works:
% ./python.exe ../Lib/test/test_re.py Running re_tests test suite
Running from regrtest fails:
% ./python.exe ../Lib/test/regrtest.py test_re test_re test test_re produced unexpected output: ********************************************************************** *** line 2 of expected output missing: - maximum recursion limit exceeded ********************************************************************** 1 test failed: test_re
Cranking the stack limit up as high as 32MB didn't help, though I don't suppose it should have, given the error message. Bumping the recursion limit up as high as 20000 didn't help either.
Anybody else seen this?
Skip
[Skip Montanaro]
I notice that test_re is failing with a recursion depth limit error on Mac OS X, but only when run under regrtest.py. Running plain works:
<snip>
Anybody else seen this?
I compiled at 22:54 PT yesterday and didn't have any problems running regrtest.py. I also just updated my CVS copy and didn't see any re-related files updated.
I will recompile right now and run the regrtest.py to be really sure, though.
-Brett
[Brett Cannon]
[Skip Montanaro]
I notice that test_re is failing with a recursion depth limit error on Mac OS X, but only when run under regrtest.py. Running plain works:
<snip> > Anybody else seen this? > I will recompile right now and run the regrtest.py to be really sure, though.
Still no issues. I think you are just special, Skip. =)
-Brett