From: Gregory P. Smith Date: Mon, 16 Nov 2015 05:29:43 +0000 (-0800) Subject: Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess X-Git-Tag: v3.6.0a1~1053 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f31f9718ac4ebd7ca90eb0fc77e2a72b9d362654;p=thirdparty%2FPython%2Fcpython.git Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess internals regarding how fds_to_pass were passed to the child. The bug had no actual impact as subprocess.py already avoided it. --- f31f9718ac4ebd7ca90eb0fc77e2a72b9d362654