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 skrah
Recipients skrah, terry.reedy, vstinner
Date 2014-06-28.12:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403959127.37.0.774482847289.issue21856@psf.upfronthosting.co.za>
In-reply-to
Content
And Terry is right, the actual slice clamping happens in
PySlice_GetIndicesEx(), which should always produce values
that are in the correct range.  Hence the tests focus on
slices that already are in the correct range.

I'm not sure if PySlice_GetIndicesEx() itself has tests somewhere.
History
Date User Action Args
2014-06-28 12:38:47skrahsetrecipients: + skrah, terry.reedy, vstinner
2014-06-28 12:38:47skrahsetmessageid: <1403959127.37.0.774482847289.issue21856@psf.upfronthosting.co.za>
2014-06-28 12:38:47skrahlinkissue21856 messages
2014-06-28 12:38:47skrahcreate