commit | d0a5b1c3432574c248dfd86e583b5cd09503a374 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sun Nov 15 21:15:26 2015 -0800 |
committer | Gregory P. Smith <greg@krypto.org> | Sun Nov 15 21:15:26 2015 -0800 |
tree | c48f6cc1e71665862045e08a5e61830426ff44d6 | |
parent | 2cd1b3b08912133ff3d33755a9949c2aa0155b95 [diff] |
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.