]> granicus.if.org Git - python/commit
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
authorGregory P. Smith <greg@krypto.org>
Mon, 16 Nov 2015 05:29:43 +0000 (21:29 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Nov 2015 05:29:43 +0000 (21:29 -0800)
commitf31f9718ac4ebd7ca90eb0fc77e2a72b9d362654
treedbe99078f754fe38218bb411e6f7885382b362c0
parent97b0b1e8d42114c643ba7eab63fb2de41d18ea3d
parentd0a5b1c3432574c248dfd86e583b5cd09503a374
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.
Misc/NEWS