This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients benjamin.peterson, christian.heimes, doko, skrah, vstinner, ztane
Date 2016-09-13.21:30:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473802231.48.0.0798560909822.issue28055@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-13 21:30:31christian.heimessetrecipients: + christian.heimes, doko, vstinner, benjamin.peterson, skrah, ztane
2016-09-13 21:30:31christian.heimessetmessageid: <1473802231.48.0.0798560909822.issue28055@psf.upfronthosting.co.za>
2016-09-13 21:30:31christian.heimeslinkissue28055 messages
2016-09-13 21:30:31christian.heimescreate