[pypy-commit] pypy range-immutable: merge default again

fijal noreply at buildbot.pypy.org
Thu Jul 21 17:48:42 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: range-immutable
Changeset: r45828:b93130fd5be1
Date: 2011-07-21 17:06 +0200
http://bitbucket.org/pypy/pypy/changeset/b93130fd5be1/

Log:	merge default again

diff --git a/pypy/objspace/std/dictproxyobject.py b/pypy/objspace/std/dictproxyobject.py
--- a/pypy/objspace/std/dictproxyobject.py
+++ b/pypy/objspace/std/dictproxyobject.py
@@ -86,7 +86,7 @@
 
     def clear(self, w_dict):
         self.unerase(w_dict.dstorage).dict_w.clear()
-        self.unerase(w_dict.dstorage).mutated()
+        self.unerase(w_dict.dstorage).mutated(None)
 
 class DictProxyIteratorImplementation(IteratorImplementation):
     def __init__(self, space, strategy, dictimplementation):


More information about the pypy-commit mailing list