[pypy-commit] pypy refactor-str-types: oops

Manuel Jacob noreply at buildbot.pypy.org
Tue Jul 30 14:15:41 CEST 2013


Author: Manuel Jacob
Branch: refactor-str-types
Changeset: r65817:e5d03b989292
Date: 2013-07-29 18:35 +0200
http://bitbucket.org/pypy/pypy/changeset/e5d03b989292/

Log:	oops

diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py
--- a/pypy/tool/pytest/apptest.py
+++ b/pypy/tool/pytest/apptest.py
@@ -34,7 +34,6 @@
         try:
             target(*args)
         except OperationError, e:
-            raise
             tb = sys.exc_info()[2]
             if e.match(space, space.w_KeyboardInterrupt):
                 raise KeyboardInterrupt, KeyboardInterrupt(), tb


More information about the pypy-commit mailing list