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

arigo at codespeak.net arigo at codespeak.net
Thu May 4 16:26:08 CEST 2006


Author: arigo
Date: Thu May  4 16:26:08 2006
New Revision: 26764

Modified:
   pypy/dist/pypy/annotation/bookkeeper.py
Log:
Forgot prebuilt r_dicts.


Modified: pypy/dist/pypy/annotation/bookkeeper.py
==============================================================================
--- pypy/dist/pypy/annotation/bookkeeper.py	(original)
+++ pypy/dist/pypy/annotation/bookkeeper.py	Thu May  4 16:26:08 2006
@@ -344,7 +344,8 @@
             except KeyError:
                 result = SomeDict(DictDef(self, 
                                           SomeImpossibleValue(),
-                                          SomeImpossibleValue()))
+                                          SomeImpossibleValue(),
+                                          is_r_dict = tp is r_dict))
                 self.immutable_cache[key] = result
                 if tp is r_dict:
                     s_eqfn = self.immutablevalue(x.key_eq)



More information about the Pypy-commit mailing list