-
Notifications
You must be signed in to change notification settings - Fork 26
clr_loader
should not by default shutdown runtime at_exit
#26
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
I can confirm that the referenced issue does not occur when we disable the |
@filmor here are my test results:
|
@filmor I am getting trouble debugging Linux+Mono combo. Considering Not invoking .NET finalizers on shutdown should be documented though. |
@filmor are you working on this? If not, I can submit a PR. |
Instead, we improved the shutdown procedure in pythonnet/pythonnet#1712 |
The caveats are:
AppDomain.ProcessExit
might not be calledAppDomain.DomainUnload
might not be calledThe text was updated successfully, but these errors were encountered: