[pypy-svn] r76327 - pypy/trunk/pypy/rpython/lltypesystem

arigo at codespeak.net arigo at codespeak.net
Fri Jul 23 15:23:19 CEST 2010


Author: arigo
Date: Fri Jul 23 15:23:09 2010
New Revision: 76327

Modified:
   pypy/trunk/pypy/rpython/lltypesystem/rstr.py
Log:
issue485 resolved

Fixed by adding an _annenforceargs_.


Modified: pypy/trunk/pypy/rpython/lltypesystem/rstr.py
==============================================================================
--- pypy/trunk/pypy/rpython/lltypesystem/rstr.py	(original)
+++ pypy/trunk/pypy/rpython/lltypesystem/rstr.py	Fri Jul 23 15:23:09 2010
@@ -674,6 +674,7 @@
             res_index += item_len
             i += 1
         return result
+    ll_join_strs._annenforceargs_ = [int, None]
 
     def ll_join_chars(length, chars):
         # no need to optimize this, will be replaced by string builder



More information about the Pypy-commit mailing list