Author: Carl Friedrich Bolz <cfb...@gmx.de> Branch: dict-strategies Changeset: r45243:25b860fc29de Date: 2011-07-01 21:12 +0200 http://bitbucket.org/pypy/pypy/changeset/25b860fc29de/
Log: same here diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objspace/std/mapdict.py +++ b/pypy/objspace/std/mapdict.py @@ -676,9 +676,6 @@ self.delitem(w_dict, w_key) return (w_key, w_value) - def _clear_fields(self, w_dict): - self.w_obj = None - def materialize_r_dict(space, obj, dict_w): map = obj._get_mapdict_map() new_obj = map.materialize_r_dict(space, obj, dict_w) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit