Robert Bradshaw, 08.12.2009 00:41: > cython.infer_types(None) # the default, "safe" inference.
Note how "infer_types(None)" basically reads "do not do any type inference" in the source that uses it. However, that would be "infer_types(False)". Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
