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 rhettinger
Recipients belopolsky, georg.brandl, jimjjewett, ked-tao, loewis, mark.dickinson, pitrou, rhettinger, tim.peters
Date 2010-09-04.22:14:39
SpamBayes Score 8.9338555e-06
Marked as misclassified No
Message-id <1283638481.68.0.0959672607207.issue9778@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for PyObject_Hash returning a Py_ssize_t.

Nothing good can come from having a hash table larger than the range of a hash value.  Tests may pass but performance would degrade catastrophically.
History
Date User Action Args
2010-09-04 22:14:41rhettingersetrecipients: + rhettinger, tim.peters, loewis, georg.brandl, jimjjewett, mark.dickinson, belopolsky, pitrou, ked-tao
2010-09-04 22:14:41rhettingersetmessageid: <1283638481.68.0.0959672607207.issue9778@psf.upfronthosting.co.za>
2010-09-04 22:14:39rhettingerlinkissue9778 messages
2010-09-04 22:14:39rhettingercreate