Don't error when exception_check is set to True and return type is PyObject. (GH-4433)
With Cython syntax, we ignore the exception_check when a Python object is returned. In pure Python mode, with a Python object type as return type, we reject it. Instead of raising an error, we now just reset exception_check to False. Found in https://github.com/cython/cython/issues/2529
Showing
Please register or sign in to comment