]> 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:43:08 +0000 (12:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Feb 2015 10:43:08 +0000 (12:43 +0200)
commitab900c21fcfb08f13467d1c6f47d03ab90180f89
treed2585129064d0de2bdb03aec77e790e89305de40
parentfdde79dbf6ae6d1d3b15770a2e87a5108197d826
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