mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
range.__getitem now also uses slice.indices() internally. CPython: https://github.com/python/cpython/blob/master/Objects/sliceobject.c#L373