Bugfix candidate? Don't know -- never bothered me, but it's minor
either way.
compileflags, 1) in globs
got = fakeout.get()
state = OK
+ except KeyboardInterrupt:
+ raise
except:
# See whether the exception was expected.
if want.find("Traceback (innermost last):\n") == 0 or \
# just in case CT invents a doc object that has to be forced
# to look like a string <0.9 wink>
doc = str(doc)
+ except KeyboardInterrupt:
+ raise
except:
return 0, 0