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 serhiy.storchaka
Recipients christian.heimes, ncoghlan, pitrou, python-dev, serhiy.storchaka
Date 2013-10-27.15:37:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382888275.16.0.818410451439.issue19183@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-27 15:37:55serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, christian.heimes, python-dev
2013-10-27 15:37:55serhiy.storchakasetmessageid: <1382888275.16.0.818410451439.issue19183@psf.upfronthosting.co.za>
2013-10-27 15:37:55serhiy.storchakalinkissue19183 messages
2013-10-27 15:37:55serhiy.storchakacreate