We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e4a02 commit e7343afCopy full SHA for e7343af
pandas/_libs/index.pyx
@@ -31,7 +31,7 @@ from pandas._libs.missing import checknull
31
cdef int64_t iNaT = util.get_nat()
32
33
34
-cdef inline is_definitely_invalid_key(object val):
+cdef inline bint is_definitely_invalid_key(object val):
35
if PyTuple_Check(val):
36
try:
37
hash(val)
0 commit comments