]> granicus.if.org Git - python/commit
(Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 31 May 2011 22:58:57 +0000 (00:58 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 31 May 2011 22:58:57 +0000 (00:58 +0200)
commit1b5b9d7434ad3c082ec96688e8d0e7edf6b8c432
treefbf7948bdc6d76c38441b23fc6ff3e7faf32df43
parent0bb299165344129dcdc0891233f3799ca258d4a3
parent87b9bc3893bac402bd773a83ee6734507f978607
(Merge 3.2) 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