We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't remember why did I decide to go with this behavior - https://github.com/ei-grad/kill-timeout/blob/c38fa5a/kill_timeout.py#L45-L51. Some investigation is needed. If Process doesn't allow to cleanup after kill - probably os.waitpid could be used.
Process
os.waitpid
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't remember why did I decide to go with this behavior - https://github.com/ei-grad/kill-timeout/blob/c38fa5a/kill_timeout.py#L45-L51. Some investigation is needed. If
Process
doesn't allow to cleanup after kill - probablyos.waitpid
could be used.The text was updated successfully, but these errors were encountered: