Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r77704:74179932c8e0
Date: 2015-05-30 14:01 +0200
http://bitbucket.org/pypy/pypy/changeset/74179932c8e0/

Log:    Fix test_lloperation

diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
+++ b/rpython/rtyper/llinterp.py
@@ -524,6 +524,9 @@
         except:
             self.make_llexception()
 
+    def op_debug_forked(self, *args):
+        raise NotImplementedError
+
     def op_debug_start_traceback(self, *args):
         pass    # xxx write debugging code here?
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to