This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Arfrever, christian.heimes, ncoghlan, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2013-10-29.14:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383055808.65.0.544378232642.issue19183@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-29 14:10:08christian.heimessetrecipients: + christian.heimes, ncoghlan, pitrou, vstinner, Arfrever, neologix, python-dev, serhiy.storchaka
2013-10-29 14:10:08christian.heimessetmessageid: <1383055808.65.0.544378232642.issue19183@psf.upfronthosting.co.za>
2013-10-29 14:10:08christian.heimeslinkissue19183 messages
2013-10-29 14:10:08christian.heimescreate