New submission from clintolsen <clint.ol...@gmail.com>:

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?

----------
messages: 354769
nosy: clintolsen
priority: normal
severity: normal
status: open
title: os.CLD_KILLED should be implemented
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38493>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to