Jason Evans wrote: > Jørgen P. Tjernø wrote: >> This code, specifically the list comprehension, generates C code that >> gives me: >> warning: implicit declaration of function ‘PyBool_CheckExact’ > Use 'bint' instead of 'bool'. (I've also tripped on this at various times.) Ah, thanks a lot. That fixes it nicely!
-- Kindest regards, Jørgen P. Tjernø. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
