[Cython] Add support for list/tuple slicing

Zaur Shibzukhov szport at gmail.com
Thu Mar 7 18:15:45 CET 2013


Hello!

Current Cython generate for slicing of list/tuple general
PySequence_GetSlice/SetSlice call.
We could replace that to native call for Py{List|Tuple}_GetSlice and
PyList_SetSlice for lists/tuples.

Here are the changes:
https://github.com/intellimath/cython/commit/27525a5dc9f6eba31b330a6ec04e7a105191d9f5

Zaur Shibzukhov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20130307/49f4ddbb/attachment.html>


More information about the cython-devel mailing list