Message253862
| 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? |
|