From: Victor Stinner Date: Sun, 5 Oct 2014 15:25:48 +0000 (+0200) Subject: (Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module. X-Git-Tag: v3.5.0a1~754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4e4b83824318c2415e1d90d00726d07ba8790b9;p=python (Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module. * Don't call the garbage collector with an exception set: it causes an assertion to fail in debug mode. * Enhance also error handling if allocating an array for the executable list failed. * Add an unit test for 4 different errors in the _posixsubprocess module. --- f4e4b83824318c2415e1d90d00726d07ba8790b9