]> granicus.if.org Git - python/commit
Issue #21619: Popen objects no longer leave a zombie after exit in the with
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Feb 2015 10:45:00 +0000 (12:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Feb 2015 10:45:00 +0000 (12:45 +0200)
commit86ba76570590b10ebd0b6f9b2e53252d8127de0e
tree721bdd46910e542d97e6ef038b73b08d46ca337f
parent7e8c7956a7edc1505055d3dd9e5180fa30a3cab9
parentab900c21fcfb08f13467d1c6f47d03ab90180f89
Issue #21619: Popen objects no longer leave a zombie after exit in the with
statement if the pipe was broken.  Patch by Martin Panter.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS