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 chaselton
Recipients chaselton, freakboy3742, mpaolini, r.david.murray, refi64, tritium
Date 2015-11-01.18:06:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446401177.47.0.640883481768.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
Key note: it looks like the config option --with-hash-algorithm does nothing; python is still built with the siphash hash algorithim even though I specified fnv and, in pyconfig.h:

/* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
   externally defined: 0 */
#define Py_HASH_ALGORITHM 2

What's the correct way to build with fnv as the hash algorithm?
History
Date User Action Args
2015-11-01 18:06:17chaseltonsetrecipients: + chaselton, r.david.murray, freakboy3742, refi64, mpaolini, tritium
2015-11-01 18:06:17chaseltonsetmessageid: <1446401177.47.0.640883481768.issue23496@psf.upfronthosting.co.za>
2015-11-01 18:06:17chaseltonlinkissue23496 messages
2015-11-01 18:06:17chaseltoncreate