From: Gregory P. Smith Date: Sun, 11 Nov 2012 06:33:23 +0000 (-0800) Subject: Fixes issue #16327: The subprocess module no longer leaks file descriptors X-Git-Tag: v3.3.1rc1~650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=561cbc4e7bdf457bb64acf8ef7e5358795816c88;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. --- 561cbc4e7bdf457bb64acf8ef7e5358795816c88