Skip to content
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

Thread.abort_on_exception not working fully #286

Closed
ryanmelt opened this issue Nov 26, 2022 · 0 comments · Fixed by #1902
Closed

Thread.abort_on_exception not working fully #286

ryanmelt opened this issue Nov 26, 2022 · 0 comments · Fixed by #1902
Assignees
Labels
maintenance Dependencies or other issues not bugs or features

Comments

@ryanmelt
Copy link
Member

Thread.abort_on_exception raises the exception from the dying thread on the main thread.
This by itself does not guarantee that the whole process will die (as desired).
Main threads should just sleep and do nothing and not have exception handlers to ensure the desired behavior.

@ryanmelt ryanmelt added the maintenance Dependencies or other issues not bugs or features label Nov 26, 2022
@ryanmelt ryanmelt self-assigned this Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Dependencies or other issues not bugs or features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant