Skip to content

Conversation

@Hackebein
Copy link

On Windows, when Python exits, it waits for all non-daemon threads to finish execution before it completely shuts down. This can lead to a situation where if these threads are relying on resources that are being cleaned up during the interpreter shutdown it cause a deadlock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant