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

Unclearly exit if terminating takes too long #335

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

RealOrangeOne
Copy link
Member

@RealOrangeOne RealOrangeOne commented Aug 13, 2023

This could happen if someone catches BaseException, or due to another issue with cleanup.

Also add some specific test cases to catch the specific cases, which can be added to over time.

Previously, the running timer for Windows would prevent the process from terminating. This has also been fixed.

This likely requires #334 to function correctly on Windows.

This could happen if someone catches `BaseException`, or due to another issue with cleanup.

Also add some specific test cases to catch the specific cases, which can be added to over time.
Needed to make mypy happy
@RealOrangeOne RealOrangeOne force-pushed the feature/improve-timeout-termination branch from a363153 to b3a261d Compare August 13, 2023 17:12
@RealOrangeOne RealOrangeOne marked this pull request as ready for review August 16, 2023 18:32
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.

None yet

2 participants