This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, misianne
Date 2020-11-25.21:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606338634.77.0.000200323509411.issue42467@roundup.psfhosted.org>
In-reply-to
Content
This is essentially a duplicate of #11842. In short, slice.indices is working as intended here. It's best to think of slice.indices as start, stop and step arguments that could be provided to the range built-in function to get the set of relevant indices.
History
Date User Action Args
2020-11-25 21:10:34mark.dickinsonsetrecipients: + mark.dickinson, misianne
2020-11-25 21:10:34mark.dickinsonsetmessageid: <1606338634.77.0.000200323509411.issue42467@roundup.psfhosted.org>
2020-11-25 21:10:34mark.dickinsonlinkissue42467 messages
2020-11-25 21:10:34mark.dickinsoncreate