-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
os.CLD_KILLED and os.CLD_STOPPED should be implemented #82674
Comments
I was running some experiments with os.waitid() and noticed that os.CLD_KILLED is not listed in the documentation. However, if a process is killed by the system this (missing) value is returned from this function. It seems like possible constant values should be covered or at least documented as such? How should we code around unsupported constant values? |
What about CLD_STOPPED? For reference, other CLD_* constants were added in bpo-10812. |
I think that it should be added also. |
Thank you for your contribution Dong-hee! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: