Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r91415:f7c9422b741c
Date: 2017-05-26 13:15 +0200
http://bitbucket.org/pypy/pypy/changeset/f7c9422b741c/

Log:    No clue how this missing @specialize was not noticed earlier.

diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py
--- a/rpython/rlib/objectmodel.py
+++ b/rpython/rlib/objectmodel.py
@@ -514,6 +514,7 @@
 
 # ----------
 
[email protected]()
 def _hash_string(s):
     """The default algorithm behind compute_hash() for a string or a unicode.
     This is a modified Fowler-Noll-Vo (FNV) hash.  According to Wikipedia,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to