Closed bastienleonard closed 12 years ago
When it's passed an argument with the wrong type, the exception it raises gets ignored. It probably needs an except clause in its signature, see http://docs.cython.org/src/reference/language_basics.html#error-and-exception-handling
Similar cdef functions probably need the same kind of change.
When it's passed an argument with the wrong type, the exception it raises gets ignored. It probably needs an except clause in its signature, see http://docs.cython.org/src/reference/language_basics.html#error-and-exception-handling
Similar cdef functions probably need the same kind of change.