Author: Alex Gaynor <[email protected]>
Branch: stdlib-2.7.4
Changeset: r66196:b02eea9a0b2e
Date: 2013-08-18 12:39 -0700
http://bitbucket.org/pypy/pypy/changeset/b02eea9a0b2e/
Log: merged default in
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llgraph/runner.py
--- a/rpython/jit/backend/llgraph/runner.py
+++ b/rpython/jit/backend/llgraph/runner.py
@@ -960,10 +960,10 @@
def execute_force_token(self, _):
return self
- def execute_cond_call_gc_wb(self, descr, a, b):
+ def execute_cond_call_gc_wb(self, descr, a):
py.test.skip("cond_call_gc_wb not supported")
- def execute_cond_call_gc_wb_array(self, descr, a, b, c):
+ def execute_cond_call_gc_wb_array(self, descr, a, b):
py.test.skip("cond_call_gc_wb_array not supported")
def execute_keepalive(self, descr, x):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit