Message201465
| 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. |
|