We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9303315 commit 3aece1dCopy full SHA for 3aece1d
pandas/_libs/index.pyx
@@ -28,7 +28,7 @@ from cpython.slice cimport PySlice_Check
28
cdef int64_t iNaT = util.get_nat()
29
30
31
-cdef inline is_definitely_invalid_key(object val):
+cpdef inline bint is_definitely_invalid_key(object val):
32
if PyTuple_Check(val):
33
try:
34
hash(val)
0 commit comments