On Thu, Aug 12, 2010 at 11:19 AM, Carl Witty <[email protected]> wrote: > 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.
Yep, I recently pushed a fix for that. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
