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, gregory.p.smith, jcea, serhiy.storchaka
Date 2012-11-10.22:39:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352587191.04.0.077496332834.issue16427@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-11-10 22:39:51serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, jcea, christian.heimes
2012-11-10 22:39:51serhiy.storchakasetmessageid: <1352587191.04.0.077496332834.issue16427@psf.upfronthosting.co.za>
2012-11-10 22:39:51serhiy.storchakalinkissue16427 messages
2012-11-10 22:39:50serhiy.storchakacreate