[pypy-svn] r32322 - pypy/dist/pypy/annotation

fijal at codespeak.net fijal at codespeak.net
Thu Sep 14 17:31:05 CEST 2006


Author: fijal
Date: Thu Sep 14 17:31:04 2006
New Revision: 32322

Modified:
   pypy/dist/pypy/annotation/bookkeeper.py
Log:
Ooops...


Modified: pypy/dist/pypy/annotation/bookkeeper.py
==============================================================================
--- pypy/dist/pypy/annotation/bookkeeper.py	(original)
+++ pypy/dist/pypy/annotation/bookkeeper.py	Thu Sep 14 17:31:04 2006
@@ -458,7 +458,6 @@
             listdef = ListDef(self, s_ImpossibleValue)
             for e in x:
                 listdef.generalize(self.annotation_from_example(e))
-            self.listdefs[self.position_key] = listdef
             result = SomeList(listdef)
         elif tp is dict or tp is r_dict:
             dictdef = DictDef(self, 



More information about the Pypy-commit mailing list