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 serhiy.storchaka
Recipients mark.dickinson, pitrou, scoder, serhiy.storchaka
Date 2014-11-16.09:47:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3447886.ZkjLYbKJZ6@raxxla>
In-reply-to <1416125832.69.0.293465584267.issue18813@psf.upfronthosting.co.za>
Content
> There could be two implementations of "slice", one that
> uses Python object indices (as currently) and one that has Py_ssize_t
> indices  (and properties for the start/stop/step attributes).

Agree, this idea LGTM. Single boolean flag should be enough to switch between 
implementations. This shouldn't break well written code. The PySliceObject 
structure is not a part of stable API.
History
Date User Action Args
2014-11-16 09:47:57serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, scoder
2014-11-16 09:47:57serhiy.storchakalinkissue18813 messages
2014-11-16 09:47:56serhiy.storchakacreate