On Fri, Jan 28, 2011 at 11:40 AM, Robert Bradshaw <[email protected]> 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. Dominic _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
