On Fri, Jan 28, 2011 at 3:38 PM, Dominic Sacré <dominic.sa...@gmx.de> wrote:
> On Fri, Jan 28, 2011 at 11:40 AM, Robert Bradshaw
> <rober...@math.washington.edu> wrote:
>> New candidate up at http://cython.org/release/Cython-0.14.1rc3.tar.gz
>
> Is it just me, or do the release candidates break isinstance() when
> testing against a tuple of multiple types? When I do isinstance(x,
> (Foo, Bar)) a Foo object will be recognized, but a Bar object will
> not. The same code used to work fine in older versions, including
> 0.14.

Thanks for the report. I did fix one isinstance bug, perhaps I
introduced another one (though I thought I tested this...). I'll make
sure this works before release.

- Robert
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to