Author: Armin Rigo <ar...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit