Serhiy Storchaka added the comment: > Any reason you're using an unsigned int in your loop instead of a Py_uhash_t?
In fact, there is no serious reason. This should be the type aligned as minimal alignment of void*, size_t and Py_hash_t. Since de facto Py_uhash_t is size_t, then we can use size_t. ---------- Added file: http://bugs.python.org/file27947/fast_hash_2.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16427> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com