mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
f467671173
The `itertools.islice` function does not support negative index slices, rework the code of `collection.abc.Sequence` classes to use `range` instead.