[pypy-svn] r70743 - pypy/branch/c-traceback/pypy/rpython

arigo at codespeak.net arigo at codespeak.net
Thu Jan 21 13:32:20 CET 2010


Author: arigo
Date: Thu Jan 21 13:32:20 2010
New Revision: 70743

Modified:
   pypy/branch/c-traceback/pypy/rpython/llinterp.py
Log:
Add this.


Modified: pypy/branch/c-traceback/pypy/rpython/llinterp.py
==============================================================================
--- pypy/branch/c-traceback/pypy/rpython/llinterp.py	(original)
+++ pypy/branch/c-traceback/pypy/rpython/llinterp.py	Thu Jan 21 13:32:20 2010
@@ -546,6 +546,9 @@
     def op_debug_start_traceback(self, *args):
         pass    # xxx write debugging code here?
 
+    def op_debug_reraise_traceback(self, *args):
+        pass    # xxx write debugging code here?
+
     def op_debug_record_traceback(self, *args):
         pass    # xxx write debugging code here?
 



More information about the Pypy-commit mailing list