Author: Armin Rigo <[email protected]>
Branch: stm-thread
Changeset: r54928:66abbb134225
Date: 2012-05-07 11:23 +0200
http://bitbucket.org/pypy/pypy/changeset/66abbb134225/

Log:    Bah

diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopcode.py
+++ b/pypy/interpreter/pyopcode.py
@@ -98,7 +98,7 @@
             return self.popvalue()    # normal exit path
         else:
             self.__reraise = None
-            raise self.__reraise      # re-raise the exception we got
+            raise e                   # re-raise the exception we got
 
     def _dispatch_stm_transaction(self, retry_counter):
         self = self._hints_for_stm()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to