We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff6970 commit b2ecad5Copy full SHA for b2ecad5
pandas/_libs/src/klib/khash_python.h
@@ -284,7 +284,7 @@ Py_hash_t PANDAS_INLINE complexobject_hash(PyComplexObject* key) {
284
}
285
286
287
-khint32_t PANDAS_INLINE kh_python_hash_func(PyObject* key);
+khuint32_t PANDAS_INLINE kh_python_hash_func(PyObject* key);
288
289
//we could use any hashing algorithm, this is the original CPython's for tuples
290
@@ -325,7 +325,7 @@ Py_hash_t PANDAS_INLINE tupleobject_hash(PyTupleObject* key) {
325
326
327
328
-khint32_t PANDAS_INLINE kh_python_hash_func(PyObject* key) {
+khuint32_t PANDAS_INLINE kh_python_hash_func(PyObject* key) {
329
Py_hash_t hash;
330
// For PyObject_Hash holds:
331
// hash(0.0) == 0 == hash(-0.0)
0 commit comments