[issue38493] os.CLD_KILLED and os.CLD_STOPPED should be implemented

2019-10-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Dong-hee! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue38493] os.CLD_KILLED and os.CLD_STOPPED should be implemented

2019-10-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2eba6ad7bf3a5beeed54209a0107be8e1ac77767 by Serhiy Storchaka (Dong-hee Na) in branch 'master': bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821) https://github.com/python/cpython/commit/2eba6ad7bf3a5beeed54209a0107be8e1ac77767

[issue38493] os.CLD_KILLED and os.CLD_STOPPED should be implemented

2019-10-17 Thread Dong-hee Na
Change by Dong-hee Na : -- title: os.CLD_KILLED should be implemented -> os.CLD_KILLED and os.CLD_STOPPED should be implemented ___ Python tracker ___