From: Gregory P. Smith Date: Sun, 11 Nov 2012 06:34:18 +0000 (-0800) Subject: Fixes issue #16327: The subprocess module no longer leaks file descriptors X-Git-Tag: v3.4.0a1~2036 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=099717b73b0b1d0c9dd4aacb91f6932235b799d0;p=thirdparty%2FPython%2Fcpython.git Fixes issue #16327: The subprocess module no longer leaks file descriptors used for stdin/stdout/stderr pipes to the child when fork() fails. --- 099717b73b0b1d0c9dd4aacb91f6932235b799d0