Skip to content

Commit 1b1e740

Browse files
committed
PERF: is_pdna_or_none signature
1 parent c1839e5 commit 1b1e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/missing.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ cdef bint checknull_with_nat_and_na(object obj):
251251

252252
@cython.wraparound(False)
253253
@cython.boundscheck(False)
254-
def is_pdna_or_none(values: ndarray) -> ndarray:
254+
def is_pdna_or_none(object[:] values) -> ndarray:
255255
cdef:
256256
ndarray[uint8_t] result
257257
Py_ssize_t i, N

0 commit comments

Comments
 (0)