On Thu, Aug 12, 2010 at 8:51 AM, Carl Witty <[email protected]> wrote: > On Thu, Aug 12, 2010 at 7:10 AM, Lisandro Dalcin <[email protected]> wrote: >> On 11 August 2010 18:49, Carl Witty <[email protected]> wrote: >>> >>> I'll write a patch that fixes these problems. >>> >> >> The testcase you added for #561 fails like this with Python 3: >> >> $ python3 runtests.py -T561 >> >> special_methods_T561.c:5000:2: error: #error __setslice__ and >> __delslice__ not supported in Python 3. >> special_methods_T561.c:5182:2: error: #error __setslice__ and >> __delslice__ not supported in Python 3. >> special_methods_T561.c:5364:2: error: #error __setslice__ and >> __delslice__ not supported in Python 3. >> >> >> I would say that you should just comment out the tests involving these >> methods. We could try to support them at some point in Python 3, but >> I'm not particularly interested in contributing the patch ;-) > > Yes, that's what I started to do; but then I hit #566 and decided to > fix it first.
Thanks. I merged your fix for #566 and commented out the __XXXslice__ methods (until we have a way for testing them only on Py2). - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
