-
Notifications
You must be signed in to change notification settings - Fork 750
ModuleObject __getattribute__ doesn't treat exceptions ocurred during internal GetAttribute #1047
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
andreydani
pushed a commit
to andreydani/pythonnet
that referenced
this issue
Feb 20, 2020
… ocurred during internal GetAttribute
andreydani
pushed a commit
to andreydani/pythonnet
that referenced
this issue
Feb 20, 2020
… ocurred during internal GetAttribute
4 tasks
lostmsu
added a commit
that referenced
this issue
Feb 22, 2020
#1047 ModuleObject __getattribute__ doesn't treat exceptions ocurred during internal GetAttribute
Since #1048 is merged, I am closing this issue. Please, open if it resurfaces on |
AlexCatarino
pushed a commit
to QuantConnect/pythonnet
that referenced
this issue
Jun 29, 2020
… ocurred during internal GetAttribute
AlexCatarino
pushed a commit
to QuantConnect/pythonnet
that referenced
this issue
Jun 29, 2020
… ocurred during internal GetAttribute
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Details
From Python code, using clr, when trying to access a class 'Plugin' inside a ModuleObject an exception System.IO.FileNotFoundException is thrown (this isn't a bug on pythonnet) and is never caught, so it isn't converted into a python exception.
The program aborts abnormally, and the Python code never receives the exception.
The text was updated successfully, but these errors were encountered: