Fix #566, where __getslice__ generates code that gives a confusing compiler...
Fix #566, where __getslice__ generates code that gives a confusing compiler error under Python 3. (Now you get a Cython compiler warning and a direct error message.) A modification of the patch for #215.
Showing
Please register or sign in to comment