Author: Alex Gaynor <[email protected]>
Branch: unroll-if-alt
Changeset: r47364:653e3437bcb5
Date: 2011-09-20 09:48 -0400
http://bitbucket.org/pypy/pypy/changeset/653e3437bcb5/

Log:    Fix for ootype.

diff --git a/pypy/rpython/ootypesystem/rdict.py 
b/pypy/rpython/ootypesystem/rdict.py
--- a/pypy/rpython/ootypesystem/rdict.py
+++ b/pypy/rpython/ootypesystem/rdict.py
@@ -247,7 +247,7 @@
         fn = None
         v_obj = hop.inputarg(r_func, arg=arg)
         s_pbc_fn = hop.args_s[arg]
-        methodname = r_func._get_method_name("simple_call", s_pbc_fn, 
params_annotation)
+        methodname = r_func._get_method_name("simple_call", s_pbc_fn, 
params_annotation, hop)
     elif isinstance(r_func, MethodOfFrozenPBCRepr):
         r_impl, nimplicitarg = r_func.get_r_implfunc()
         fn = r_impl.get_unique_llfn().value
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to