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 ncoghlan
Recipients georg.brandl, ncoghlan
Date 2011-01-11.18:34:52
SpamBayes Score 7.045532e-05
Marked as misclassified No
Message-id <1294770894.48.0.348668661624.issue10889@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and to explain my negative comment from earlier: that was my reaction when I realised I also needed to write PyLong versions of _PyEval_SliceIndex and PySlice_GetIndicesEx to make range slicing with large integers work properly.

As it turned out, the end result wasn't as scary as I initially feared (while compute_slice_indices is quite long, most of that is just the verbosity of PyLong arithmetic).
History
Date User Action Args
2011-01-11 18:34:54ncoghlansetrecipients: + ncoghlan, georg.brandl
2011-01-11 18:34:54ncoghlansetmessageid: <1294770894.48.0.348668661624.issue10889@psf.upfronthosting.co.za>
2011-01-11 18:34:53ncoghlanlinkissue10889 messages
2011-01-11 18:34:52ncoghlancreate