[pypy-svn] r71314 - pypy/branch/string-promote/pypy/objspace/std

fijal at codespeak.net fijal at codespeak.net
Thu Feb 18 22:59:39 CET 2010


Author: fijal
Date: Thu Feb 18 22:59:37 2010
New Revision: 71314

Modified:
   pypy/branch/string-promote/pypy/objspace/std/sharingdict.py
Log:
Another place


Modified: pypy/branch/string-promote/pypy/objspace/std/sharingdict.py
==============================================================================
--- pypy/branch/string-promote/pypy/objspace/std/sharingdict.py	(original)
+++ pypy/branch/string-promote/pypy/objspace/std/sharingdict.py	Thu Feb 18 22:59:37 2010
@@ -37,7 +37,7 @@
     def lookup_position(self, key):
         return self.keys.get(key, -1)
 
-    @purefunction_promote
+    @purefunction
     def get_next_structure(self, key):
         new_structure = self.other_structs.get(key)
         if new_structure is None:



More information about the Pypy-commit mailing list