commit | 87b9bc3893bac402bd773a83ee6734507f978607 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jun 01 00:57:47 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jun 01 00:57:47 2011 +0200 |
tree | 11a077f4d4f36f6bbb7b5d2661c4d326e24cc8df | |
parent | ee49797c8dacb886d58804e59f6431ea6f842be2 [diff] |
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.