Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r61971:75139770e725
Date: 2013-03-03 13:06 -0800
http://bitbucket.org/pypy/pypy/changeset/75139770e725/

Log:    Rollback 55c169444232 it breaks things

diff --git a/rpython/rtyper/lltypesystem/rstr.py 
b/rpython/rtyper/lltypesystem/rstr.py
--- a/rpython/rtyper/lltypesystem/rstr.py
+++ b/rpython/rtyper/lltypesystem/rstr.py
@@ -302,7 +302,6 @@
             b.chars[i] = str.chars[i]
         return b
 
-    @jit.look_inside_iff(lambda s: jit.isvirtual(s))
     @jit.elidable
     def ll_strhash(s):
         # unlike CPython, there is no reason to avoid to return -1
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to