Author: Armin Rigo <[email protected]>
Branch: py3.5-siphash24
Changeset: r89841:a87943ab010b
Date: 2017-01-30 17:00 +0100
http://bitbucket.org/pypy/pypy/changeset/a87943ab010b/

Log:    py3.5 defaults to "siphash24" instead of "fnv"

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -205,7 +205,7 @@
                  "The hash function to use for strings: fnv from CPython 2.7"
                  " or siphash24 from CPython >= 3.4",
                  ["fnv", "siphash24"],
-                 default="fnv",
+                 default="siphash24",
                  cmdline="--hash"),
 
     OptionDescription("std", "Standard Object Space Options", [
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to