[pypy-svn] r56466 - pypy/branch/builtin-profiling/pypy/interpreter

antocuni at codespeak.net antocuni at codespeak.net
Fri Jul 11 21:57:41 CEST 2008


Author: antocuni
Date: Fri Jul 11 21:57:40 2008
New Revision: 56466

Modified:
   pypy/branch/builtin-profiling/pypy/interpreter/pyopcode.py
Log:
sometimes the annotator is smart enough to find bugs for you.  Yaih static typing!:-)


Modified: pypy/branch/builtin-profiling/pypy/interpreter/pyopcode.py
==============================================================================
--- pypy/branch/builtin-profiling/pypy/interpreter/pyopcode.py	(original)
+++ pypy/branch/builtin-profiling/pypy/interpreter/pyopcode.py	Fri Jul 11 21:57:40 2008
@@ -876,6 +876,7 @@
             except OperationError, e:
                 if is_c_call:
                     ec.c_exception_trace(f, e)
+                raise
             if is_c_call:
                 ec.c_return_trace(f, w_function)
         else:



More information about the Pypy-commit mailing list