Message 115619 - Python tracker (original) (raw)
+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.
+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.