]> 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 22:57:47 +0000 (00:57 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 31 May 2011 22:57:47 +0000 (00:57 +0200)
commit87b9bc3893bac402bd773a83ee6734507f978607
tree11a077f4d4f36f6bbb7b5d2661c4d326e24cc8df
parentee49797c8dacb886d58804e59f6431ea6f842be2
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