Add basic implementation of slice object.
So far, only start and stop integer indexes are supported. Step is not supported, as well as objects of arbitrary types.
py/objslice.c
0 → 100644
Please register or sign in to comment
So far, only start and stop integer indexes are supported. Step is not supported, as well as objects of arbitrary types.