[pypy-svn] r52737 - pypy/dist/pypy/rpython

fijal at codespeak.net fijal at codespeak.net
Wed Mar 19 19:54:29 CET 2008


Author: fijal
Date: Wed Mar 19 19:54:27 2008
New Revision: 52737

Modified:
   pypy/dist/pypy/rpython/annlowlevel.py
Log:
That makes no sense.


Modified: pypy/dist/pypy/rpython/annlowlevel.py
==============================================================================
--- pypy/dist/pypy/rpython/annlowlevel.py	(original)
+++ pypy/dist/pypy/rpython/annlowlevel.py	Wed Mar 19 19:54:27 2008
@@ -383,7 +383,7 @@
 
 def hlstr(ll_s):
     if hasattr(ll_s, 'items'):
-        return ''.join(items)
+        return ''.join(ll_s.items)
     else:
         return ll_s._str
 



More information about the Pypy-commit mailing list