]> granicus.if.org Git - python/commit
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 21 Oct 2019 07:01:05 +0000 (16:01 +0900)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Oct 2019 07:01:05 +0000 (10:01 +0300)
commit2eba6ad7bf3a5beeed54209a0107be8e1ac77767
treec48beb385ccecbbaec8a892ea9972a795fda09c9
parenta9ed91e6c2f0f1a9960b1382321918448228a801
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
Doc/library/os.rst
Doc/whatsnew/3.9.rst
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2019-10-16-19-56-51.bpo-38493.86ExWB.rst [new file with mode: 0644]
Modules/posixmodule.c