Message 175281 - Python tracker (original) (raw)

Message175281

Author mark.dickinson
Recipients mark.dickinson
Date 2012-11-10.14:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1352559451.13.0.963654733597.issue16451@psf.upfronthosting.co.za
In-reply-to
Content
(From #14794 ...) compute_slice_indices in Objects/rangeobject.c and slice_indices in Objects/sliceobject.c implement essentially the same algorithm. It would be nice to refactor to avoid the repetition.
History
Date User Action Args
2012-11-10 14:57:31 mark.dickinson set recipients: + mark.dickinson
2012-11-10 14:57:31 mark.dickinson set messageid: 1352559451.13.0.963654733597.issue16451@psf.upfronthosting.co.za
2012-11-10 14:57:31 mark.dickinson link issue16451 messages
2012-11-10 14:57:30 mark.dickinson create