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 flox
Recipients flox, mark.dickinson, rhettinger
Date 2009-12-17.22:03:11
SpamBayes Score 6.304377e-05
Marked as misclassified No
Message-id <1261087394.06.0.716048717324.issue7532@psf.upfronthosting.co.za>
In-reply-to
Content
Mark,

Thank you for your analysis.

I looked at similar implementation of tp_as_sequence->sq_slice slots in
"stringobject.c" (and tuple, list).
I've added extra controls before the _PySlice_FromIndices call to let it
behave like new-style classes.

I have updated the tests.
It should be safe for 2.7, no?
History
Date User Action Args
2009-12-17 22:03:14floxsetrecipients: + flox, rhettinger, mark.dickinson
2009-12-17 22:03:14floxsetmessageid: <1261087394.06.0.716048717324.issue7532@psf.upfronthosting.co.za>
2009-12-17 22:03:12floxlinkissue7532 messages
2009-12-17 22:03:12floxcreate