This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author clintolsen
Recipients clintolsen
Date 2019-10-16.04:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571200572.77.0.0960305175101.issue38493@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-10-16 04:36:12clintolsensetrecipients: + clintolsen
2019-10-16 04:36:12clintolsensetmessageid: <1571200572.77.0.0960305175101.issue38493@roundup.psfhosted.org>
2019-10-16 04:36:12clintolsenlinkissue38493 messages
2019-10-16 04:36:12clintolsencreate