[pypy-commit] pypy py3.5: revert to the default of --hash=rpython

arigo pypy.commits at gmail.com
Thu Jan 26 03:52:51 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r89780:1921e9b65a21
Date: 2017-01-26 09:52 +0100
http://bitbucket.org/pypy/pypy/changeset/1921e9b65a21/

Log:	revert to the default of --hash=rpython

diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++ b/pypy/goal/targetpypystandalone.py
@@ -231,7 +231,9 @@
         self.translateconfig = translateconfig
 
         # change the default for this option
-        config.translation.suggest(hash="siphash24")
+        # XXX disabled until we fix the real problem: a per-translation
+        # seed for siphash is bad
+        #config.translation.suggest(hash="siphash24")
 
         # set up the objspace optimizations based on the --opt argument
         from pypy.config.pypyoption import set_pypy_opt_level


More information about the pypy-commit mailing list