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
Date 2012-11-10.14:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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:31mark.dickinsonsetrecipients: + mark.dickinson
2012-11-10 14:57:31mark.dickinsonsetmessageid: <[email protected]>
2012-11-10 14:57:31mark.dickinsonlinkissue16451 messages
2012-11-10 14:57:30mark.dickinsoncreate