]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue #6973: When we know a subprocess.Popen process has died, do
authorGregory P. Smith <greg@krypto.org>
Mon, 16 Nov 2015 02:19:10 +0000 (18:19 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Nov 2015 02:19:10 +0000 (18:19 -0800)
commita0c9caad66f01328155177180df1c46fe7c62e57
tree4a3d164d0f21a554dc12d571d567b817972c6bb2
parent025a1fd9907bb439db9a812c78b8f18dbf4bad9e
Fix issue #6973: When we know a subprocess.Popen process has died, do
not allow the send_signal(), terminate(), or kill() methods to do
anything as they could potentially signal a different process.
Lib/subprocess.py
Misc/NEWS