Skip to content

Commit 997416f

Browse files
committed
Switch back to int6432
1 parent 981e3c9 commit 997416f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/lib.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def is_range_indexer(ndarray[int6432_t, ndim=1] left, Py_ssize_t n) -> bool:
680680

681681
@cython.wraparound(False)
682682
@cython.boundscheck(False)
683-
def is_sequence_range(ndarray[intp_t, ndim=1] sequence, int64_t step) -> bool:
683+
def is_sequence_range(ndarray[int6432_t, ndim=1] sequence, int64_t step) -> bool:
684684
"""
685685
Check if sequence is equivalent to a range with the specified step.
686686
"""

0 commit comments

Comments
 (0)