]> granicus.if.org Git - python/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:26:11 +0000 (18:26 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Nov 2015 02:26:11 +0000 (18:26 -0800)
commit2cd1b3b08912133ff3d33755a9949c2aa0155b95
tree8ec5a6388f67724239091a5b318975ef7fb41716
parentfcc2e71e99edb668cad539dc8fa9f259d0b389b6
parenta0c9caad66f01328155177180df1c46fe7c62e57
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