]> granicus.if.org Git - python/commit
Close #12085: Fix an attribute error in subprocess.Popen destructor if the
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 31 May 2011 23:03:00 +0000 (01:03 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 31 May 2011 23:03:00 +0000 (01:03 +0200)
commit776e69b5b37a9f0678f2759c145ed26368aaba3f
tree2f26816a6d993a0eb1afe7fc64a87674ab425860
parentd9f5292443eb3da4c56a877b7096ad001ee5d848
Close #12085: Fix an attribute error in subprocess.Popen destructor if the
constructor has failed, e.g. because of an undeclared keyword argument. Patch
written by Oleg Oshmyan.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/ACKS
Misc/NEWS