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 loewis
Recipients belopolsky, benjamin.peterson, casevh, georg.brandl, jimjjewett, ked-tao, lemburg, loewis, mark.dickinson, pitrou, rhettinger, skip.montanaro, tim.peters
Date 2010-10-18.20:48:42
SpamBayes Score 0.0068242545
Marked as misclassified No
Message-id <4CBCB2A8.4040100@v.loewis.de>
In-reply-to <1287425943.28.0.85143821031.issue9778@psf.upfronthosting.co.za>
Content
> My expectation is that Py_hash_t is the same as Py_ssize_t.  The goal
> is to make hashes match the range of possible table sizes.

Please read the patch:

typedef Py_ssize_t Py_hash_t;
History
Date User Action Args
2010-10-18 20:48:43loewissetrecipients: + loewis, lemburg, tim.peters, skip.montanaro, georg.brandl, rhettinger, jimjjewett, mark.dickinson, belopolsky, pitrou, casevh, ked-tao, benjamin.peterson
2010-10-18 20:48:42loewislinkissue9778 messages
2010-10-18 20:48:42loewiscreate