June 30, 2000
8:29 p.m.
test test_sre failed -- sre.search ... test test_re failed -- re.search ... test test_strftime crashed -- exceptions.AttributeError : match test test_tokenize crashed -- exceptions.AttributeError : compile test test_xmllib crashed -- exceptions.AttributeError : compile
same here. I believe Guido & al. are aware as per the checkin msg, saying that /F promises to fix this.
I have no idea what causes this. however, I just noticed that evil tabs had snucked their way into sre_parse and sre_compile. new, properly untabified versions are on their way to the repository. maybe the interpreter messes up badly once -tt has reported an error? try removing -tt from the TESTPYTHON line in the makefile, and see what happens. </F>