Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r74960:ec2b02ba1cc9
Date: 2014-12-16 17:43 +0100
http://bitbucket.org/pypy/pypy/changeset/ec2b02ba1cc9/

Log:    oups

diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py
--- a/rpython/annotator/model.py
+++ b/rpython/annotator/model.py
@@ -389,8 +389,6 @@
         assert isinstance(dct2, SomeOrderedDict), "OrderedDict.update(dict) 
not allowed"
         dct1.dictdef.union(dct2.dictdef)
 
-SomeDict = SomeOrderedDict
-
 
 class SomeIterator(SomeObject):
     "Stands for an iterator returning objects from a given container."
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to