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.

作者 rhettinger
收信人 belopolsky, georg.brandl, jimjjewett, ked-tao, loewis, mark.dickinson, pitrou, rhettinger, tim.peters
日期 2010-09-04.22:14:39
SpamBayes Score 8.9338555e-06
Marked as misclassified
Message-id <1283638481.68.0.0959672607207.issue9778@psf.upfronthosting.co.za>
In-reply-to
内容
+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.
历史
日期 用户 动作 参数
2010-09-04 22:14:41rhettinger修改recipients: + rhettinger, tim.peters, loewis, georg.brandl, jimjjewett, mark.dickinson, belopolsky, pitrou, ked-tao
2010-09-04 22:14:41rhettinger修改messageid: <1283638481.68.0.0959672607207.issue9778@psf.upfronthosting.co.za>
2010-09-04 22:14:39rhettinger链接issue9778 messages
2010-09-04 22:14:39rhettinger创建