Fix a C compiler warning about an implicitly reduced integer range (Py_ssize_t...
Fix a C compiler warning about an implicitly reduced integer range (Py_ssize_t -> int) when calling a helper function. Closes GH-3028.
Showing
Please register or sign in to comment