Author: Alex Gaynor <[email protected]>
Branch: numpy-back-to-applevel
Changeset: r51825:ff1328acfae8
Date: 2012-01-26 16:35 -0500
http://bitbucket.org/pypy/pypy/changeset/ff1328acfae8/

Log:    revert this part of the change, ti's wrong

diff --git a/pypy/rpython/lltypesystem/rdict.py 
b/pypy/rpython/lltypesystem/rdict.py
--- a/pypy/rpython/lltypesystem/rdict.py
+++ b/pypy/rpython/lltypesystem/rdict.py
@@ -321,8 +321,7 @@
         r_tuple = hop.r_result
         cTUPLE = hop.inputconst(lltype.Void, r_tuple.lowleveltype)
         hop.exception_is_here()
-        v_res = hop.gendirectcall(ll_popitem, cTUPLE, v_dict)
-        return self.recast_value(hop.llops, v_res)
+        return hop.gendirectcall(ll_popitem, cTUPLE, v_dict)
 
     def rtype_method_pop(self, hop):
         if hop.nb_args == 2:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to