Skip to content

Thread.abort_on_exception not working fully #286

Closed
@ryanmelt

Description

@ryanmelt

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.

Metadata

Metadata

Assignees

Labels

maintenanceDependencies or other issues not bugs or features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions