Lisandro Dalcin wrote: > Patch updated: > http://trac.cython.org/cython_trac/attachment/ticket/417/typetest.diff
Ah, yes, that's a smart way of doing it. Just one thing: are there cases where this may lead to multiple evaluation of the tested expression? I doubt it, since Python values tend to live in temp variables, but I'm not sure how this interacts with C function calls, for example. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
