projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17804df
)
Py<=2.4 fix
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 22 Nov 2010 07:06:02 +0000
(08:06 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 22 Nov 2010 07:06:02 +0000
(08:06 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 16d0adb46d5e3168d96d5491593f94ef3f243222..c8e4b15017a5937392f3078abba5b14d5746f7c8 100644
(file)
--- 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: