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, loewis, mark.dickinson, pitrou, rhettinger, skip.montanaro, tim.peters
Date 2010-10-17.20:42:02
SpamBayes Score 0.042337533
Marked as misclassified No
Message-id <1287348123.96.0.873515039422.issue9778@psf.upfronthosting.co.za>
In-reply-to
Content
A few comments:
- in complex_hash, why did you drop the cast?
- in object.rst, add versionchanged. It should also explain that Py_hash_t is a signed integer with the same width as size_t.

Otherwise, it looks fine.
History
Date User Action Args
2010-10-17 20:42:04loewissetrecipients: + loewis, tim.peters, skip.montanaro, georg.brandl, rhettinger, jimjjewett, mark.dickinson, belopolsky, pitrou, casevh, ked-tao, benjamin.peterson
2010-10-17 20:42:03loewissetmessageid: <1287348123.96.0.873515039422.issue9778@psf.upfronthosting.co.za>
2010-10-17 20:42:02loewislinkissue9778 messages
2010-10-17 20:42:02loewiscreate