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 ef019fa commit 68f6b90Copy full SHA for 68f6b90
pandas/_libs/khash.pxd
@@ -84,9 +84,9 @@ cdef extern from "khash_python.h":
84
kh_uint64_t* kh_init_uint64() nogil
85
void kh_destroy_uint64(kh_uint64_t*) nogil
86
void kh_clear_uint64(kh_uint64_t*) nogil
87
- khint_t kh_get_uint64(kh_uint64_t*, int64_t) nogil
+ khint_t kh_get_uint64(kh_uint64_t*, uint64_t) nogil
88
void kh_resize_uint64(kh_uint64_t*, khint_t) nogil
89
- khint_t kh_put_uint64(kh_uint64_t*, int64_t, int*) nogil
+ khint_t kh_put_uint64(kh_uint64_t*, uint64_t, int*) nogil
90
void kh_del_uint64(kh_uint64_t*, khint_t) nogil
91
92
bint kh_exist_uint64(kh_uint64_t*, khiter_t) nogil
0 commit comments