Skip to content

Commit b8ea98c

Browse files
committed
try int64_t
1 parent d3ae4e9 commit b8ea98c

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[int6432_t, ndim=1] sequence, int64_t step) -> bool:
683+
def is_sequence_range(ndarray[int64_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)