[pypy-commit] pypy default: invent_fail_descr now takes another argument

gutworth noreply at buildbot.pypy.org
Fri Jun 10 23:42:17 CEST 2011


Author: Benjamin Peterson <benjamin at python.org>
Branch: 
Changeset: r44882:a893e17a1831
Date: 2011-06-10 16:44 -0500
http://bitbucket.org/pypy/pypy/changeset/a893e17a1831/

Log:	invent_fail_descr now takes another argument

diff --git a/pypy/jit/metainterp/test/test_optimizeopt.py b/pypy/jit/metainterp/test/test_optimizeopt.py
--- a/pypy/jit/metainterp/test/test_optimizeopt.py
+++ b/pypy/jit/metainterp/test/test_optimizeopt.py
@@ -145,7 +145,7 @@
 class BaseTestOptimizeOpt(BaseTest):
     jit_ffi = False
 
-    def invent_fail_descr(self, fail_args):
+    def invent_fail_descr(self, model, fail_args):
         if fail_args is None:
             return None
         descr = Storage()


More information about the pypy-commit mailing list