]> 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:15:26 +0000 (21:15 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Nov 2015 05:15:26 +0000 (21:15 -0800)
commitd0a5b1c3432574c248dfd86e583b5cd09503a374
treec48f6cc1e71665862045e08a5e61830426ff44d6
parent2cd1b3b08912133ff3d33755a9949c2aa0155b95
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.
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_posixsubprocess.c