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