[issue38493] os.CLD_KILLED should be implemented

2019-10-16 Thread Dong-hee Na
Dong-hee Na added the comment: > What about CLD_STOPPED? I think that it should be added also. I 've added the CLD_STOPPED on PR 16821. -- ___ Python tracker ___

[issue38493] os.CLD_KILLED should be implemented

2019-10-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What about CLD_STOPPED? For reference, other CLD_* constants were added in issue10812. -- nosy: +rosslagerwall, serhiy.storchaka versions: +Python 3.9 -Python 3.7 ___ Python tracker

[issue38493] os.CLD_KILLED should be implemented

2019-10-16 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38493] os.CLD_KILLED should be implemented

2019-10-16 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +16373 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16821 ___ Python tracker ___

[issue38493] os.CLD_KILLED should be implemented

2019-10-15 Thread clintolsen
New submission from clintolsen : 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