[issue28055] pyhash's siphash24 assumes alignment of the data pointer

Christian Heimes report at bugs.python.org
Tue Sep 13 17:30:31 EDT 2016


Christian Heimes added the comment:

The main reason for two different hash algorithms was missing support for 64bit integer types. Python 3.4 was targeting platforms that had no 64bit integer support at all (IIRC SPARC). Nowaday Python requires 64bit ints to compile.

I'm all in favor to remove FVN2 and use SipHash24 on all platforms. Let's deprecated it now and remove it in 3.7.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28055>
_______________________________________


More information about the Python-bugs-list mailing list