[pypy-commit] pypy stdlib-2.7.4: merged default in

alex_gaynor noreply at buildbot.pypy.org
Sun Aug 18 21:40:11 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
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):


More information about the pypy-commit mailing list