[issue19183] PEP 456 Secure and interchangeable hash algorithm

Serhiy Storchaka report at bugs.python.org
Sun Oct 27 16:37:55 CET 2013


Serhiy Storchaka added the comment:

I suggest move to Include/pyhash.h and Python/pyhash.c only _Py_HashBytes() and string hash algorithm related constants, and don't touch PyObject_Hash(), _Py_HashDouble(), etc. So if anybody want change string hashing algorithm, it need only replace these two minimal files.

----------

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


More information about the Python-bugs-list mailing list