commit | 8cc605acdda5aff250ab4c9b524a7560f90ca9f3 | [log] [tgz] |
---|---|---|
author | Rémi Lapeyre <remi.lapeyre@henki.fr> | Sat Jun 08 16:56:24 2019 +0200 |
committer | Gregory P. Smith <greg@krypto.org> | Sat Jun 08 07:56:24 2019 -0700 |
tree | 289a9ad54d3c8005f3149eab5e373c45c8500577 | |
parent | a15a7bcaea54e1845ab2abe27e6f583294cd715b [diff] |
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) Fix an unintended ValueError from :func:`subprocess.run` when checking for conflicting `input` and `stdin` or `capture_output` and `stdout` or `stderr` args when they were explicitly provided but with `None` values within a passed in `**kwargs` dict rather than as passed directly by name.