From: Stefan Behnel Date: Mon, 22 Nov 2010 07:06:02 +0000 (+0100) Subject: Py<=2.4 fix X-Git-Tag: 0.14.alpha0~99^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=134af5de1374b1b27c737fe07b35f67aadd538a2;p=cython.git Py<=2.4 fix --- diff --git a/runtests.py b/runtests.py index 16d0adb4..c8e4b150 100644 --- a/runtests.py +++ b/runtests.py @@ -1151,6 +1151,8 @@ def main(): if __name__ == '__main__': try: main() + except SystemExit: # <= Py2.4 ... + raise except Exception: traceback.print_exc() try: