Message253862
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? |
|
Date |
User |
Action |
Args |
2015-11-01 18:06:17 | chaselton | set | recipients:
+ chaselton, r.david.murray, freakboy3742, refi64, mpaolini, tritium |
2015-11-01 18:06:17 | chaselton | set | messageid: <1446401177.47.0.640883481768.issue23496@psf.upfronthosting.co.za> |
2015-11-01 18:06:17 | chaselton | link | issue23496 messages |
2015-11-01 18:06:17 | chaselton | create | |
|