On Thu, Aug 12, 2010 at 11:10 AM, Carl Witty <[email protected]> wrote: > On Thu, Aug 12, 2010 at 9:42 AM, Robert Bradshaw > <[email protected]> wrote: >> Thanks. I merged your fix for #566 and commented out the __XXXslice__ >> methods (until we have a way for testing them only on Py2). > > I posted a new patch on #561. You'll have to undo your commenting-out > of __XXXslice__ to apply the patch.
I should have mentioned: I ran the full test suite after this patch on Python 2.6 and Python 3.1. There were no failures with 2.6; under 3.1 there were 6 gcc compilation failures because it couldn't find PyBoolObject. I don't think this has anything to do with #561; I'm guessing it's due to Robert's recent changes. For the record, the 6 failures are: bufaccess cdef_bool_T227 cython_includes isinstance r_pythonapi type_inference Carl _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
