-
Notifications
You must be signed in to change notification settings - Fork 748
Enable Subclassing unittests #422
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
We experienced crash of Python interpreter on exit or on exception catching in presence of subclassing. There were several reasons and finally I got scripts runing. But it was impossible to strip the case down to small example. So my notes:
The code in .cs was:
The definition above works. But changing |
I think these tests are enabled nowadays. |
Environment
Details
If tests are enabled, unittests will fail at the end when Python is closing and GC is hapenning on sub-classed objected.
The text was updated successfully, but these errors were encountered: