Author: Manuel Jacob
Branch: remove-dict-smm
Changeset: r64154:aeee76c41dad
Date: 2013-05-15 14:38 +0200
http://bitbucket.org/pypy/pypy/changeset/aeee76c41dad/

Log:    This is not needed anymore.

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
@@ -416,7 +416,6 @@
     setdefault = gateway.interp2app(W_DictMultiObject.descr_setdefault),
     update = gateway.interp2app(W_DictMultiObject.descr_update),
     )
-W_DictMultiObject.typedef.registermethods(globals())
 dict_typedef = W_DictMultiObject.typedef
 
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to