[pypy-commit] pypy ootype-rerased: Accept i_force_non_null option, currently ignore it.

ademan noreply at buildbot.pypy.org
Mon Jul 18 23:33:00 CEST 2011


Author: Daniel Roberts <Ademan555 at gmail.com>
Branch: ootype-rerased
Changeset: r45727:96d4be71cc26
Date: 2011-07-18 14:22 -0700
http://bitbucket.org/pypy/pypy/changeset/96d4be71cc26/

Log:	Accept i_force_non_null option, currently ignore it.

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
@@ -255,7 +255,7 @@
         methodname = None
     return fn, v_obj, methodname
 
-def rtype_r_dict(hop):
+def rtype_r_dict(hop, i_force_non_null=None):
     from pypy.rlib import jit
 
     r_dict = hop.r_result


More information about the pypy-commit mailing list