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 ;-)


-- 
Lisandro Dalcin
---------------
CIMEC (INTEC/CONICET-UNL)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
Tel: +54-342-4511594 (ext 1011)
Tel/Fax: +54-342-4511169
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to