diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-08 15:15:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-08 15:15:02 (GMT) |
commit | 6324ac1293b2cf71559869b88f89f510f9a62a8e (patch) | |
tree | 4e93393ee8fce1b6a4beb2b4b7b6e34def92c50f /Python/getcompiler.c | |
parent | 22b69da4c38042e923d633530bdafc1b5fb94928 (diff) | |
download | cpython-6324ac1293b2cf71559869b88f89f510f9a62a8e.zip cpython-6324ac1293b2cf71559869b88f89f510f9a62a8e.tar.gz cpython-6324ac1293b2cf71559869b88f89f510f9a62a8e.tar.bz2 |
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.
(cherry picked from commit 8cc605acdda5aff250ab4c9b524a7560f90ca9f3)
Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr>
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions