Skip to content

Commit 1614b45

Browse files
committed
Use Py_ssize_t
1 parent 9fd186b commit 1614b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/groupby.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def group_shift_indexer(
511511
@cython.wraparound(False)
512512
@cython.boundscheck(False)
513513
def group_fillna_indexer(
514-
intp_t[::1] out,
514+
Py_ssize_t[::1] out,
515515
const intp_t[::1] labels,
516516
const uint8_t[:] mask,
517517
int64_t limit,

0 commit comments

Comments
 (0)