[Python-Dev] PySlice_GetIndicesEx annd stable ABI: bikeshedding (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Mon Dec 26 12:15:54 EST 2016
- Previous message (by thread): [Python-Dev] PySlice_GetIndicesEx annd stable ABI: bikeshedding
- Next message (by thread): [Python-Dev] PySlice_GetIndicesEx annd stable ABI: bikeshedding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 21.12.16 19:34, Brett Cannon wrote:
On Wed, 21 Dec 2016 at 06:52 Serhiy Storchaka <storchaka at gmail.com_ _<mailto:storchaka at gmail.com>> wrote:
[SNIP] Let's start bikeshedding. What are your ideas about names and the order of arguments of two following functions? 1. Takes a slice object, returns it's start, stop and step as Pyssizet values. Can fail.
start, stop, step
2. Takes slice's start, stop, step, and the length of the sequence (all are Pyssizet), returns adjusted start, stop, and the length of sliced subsequence (as Pyssizet). Always success. length, start, stop, step No specific ideas on names.
Thank you for your response Brett.
- Previous message (by thread): [Python-Dev] PySlice_GetIndicesEx annd stable ABI: bikeshedding
- Next message (by thread): [Python-Dev] PySlice_GetIndicesEx annd stable ABI: bikeshedding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]