[issue26163] FAIL: test_hash_effectiveness (test.test_set.TestFrozenSet)

Serhiy Storchaka report at bugs.python.org
Mon Oct 31 04:01:27 EDT 2016


Serhiy Storchaka added the comment:

Eric, did you tested with FNV or SipHash24 hashing algorithm?

Using standard Python hashing algorithm adds hash randomization for frozensets. This is worth at least be mentioned in What's New document.

----------

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


More information about the Python-bugs-list mailing list