-
Notifications
You must be signed in to change notification settings - Fork 21
C++ exceptions from backend as Python exceptions #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Relevant: https://stackoverflow.com/questions/10684983/handling-custom-c-exceptions-in-cython This is what Cython generates for the line
where
|
If you use this approach and call Cython function from another Cython function - exception will be ignored. |
It would greatly enhance user's experience if C++ exceptions where intercepted and rethrown as Python exceptions.
Detected on review #170
The text was updated successfully, but these errors were encountered: