Add missing declarations to slice.pxd (GH-3411)
PySlice_Unpack() and PySlice_AdjustIndices() were missing from slice.pxd. The comments are taken from the C API documentation (https://docs.python.org/3.8/c-api/slice.html).
Showing
Please register or sign in to comment