[pypy-commit] pypy dict-strategies: fix botched merge

cfbolz noreply at buildbot.pypy.org
Fri Jul 1 18:43:30 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: dict-strategies
Changeset: r45238:13fc1a92e93b
Date: 2011-07-01 18:50 +0200
http://bitbucket.org/pypy/pypy/changeset/13fc1a92e93b/

Log:	fix botched merge

diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/dictmultiobject.py
+++ b/pypy/objspace/std/dictmultiobject.py
@@ -58,7 +58,6 @@
         self.space = space
         self.strategy = strategy
         self.dstorage = storage
-                                     force_non_null=True)
 
     def __repr__(w_self):
         """ representation for debugging purposes """


More information about the pypy-commit mailing list