Author: Ronan Lamy <[email protected]>
Branch:
Changeset: r84140:7fb700345dee
Date: 2016-05-02 19:36 +0100
http://bitbucket.org/pypy/pypy/changeset/7fb700345dee/
Log: revert wrong change in d1f09c46b8e7
diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py
--- a/pypy/module/sys/app.py
+++ b/pypy/module/sys/app.py
@@ -58,7 +58,7 @@
# note that we cannot use SystemExit(exitcode) here.
# The comma version leads to an extra de-tupelizing
# in normalize_exception, which is exactly like CPython's.
- raise SystemExit(exitcode)
+ raise SystemExit, exitcode
def exitfunc():
"""Placeholder for sys.exitfunc(), which is called when PyPy exits."""
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit