[issue19183] PEP 456 Secure and interchangeable hash algorithm

Christian Heimes report at bugs.python.org
Tue Oct 29 15:10:08 CET 2013


Christian Heimes added the comment:

Victor:
I have added the licence to Doc/licence.rst and created a new ticket for PY_UINT64_T on Windows #19433.

Nick:
The memory layout of the hash secret is now documented. I have renamed the members to reflect their purpose, too. http://hg.python.org/features/pep-456/file/f0a7e606c2d0/Include/pyhash.h#l32

I'll update my PEP shortly and address the memory layout of _Py_HashSecret_t, the small string hashing optimization and performance/memory alignment.

----------

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


More information about the Python-bugs-list mailing list