diff options
author | Rémi Lapeyre <remi.lapeyre@henki.fr> | 2019-06-08 16:56:24 +0200 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2019-06-08 07:56:24 -0700 |
commit | 8cc605acdda5aff250ab4c9b524a7560f90ca9f3 (patch) | |
tree | 289a9ad54d3c8005f3149eab5e373c45c8500577 /Python/symtable.c | |
parent | a15a7bcaea54e1845ab2abe27e6f583294cd715b (diff) | |
download | cpython-git-8cc605acdda5aff250ab4c9b524a7560f90ca9f3.tar.gz |
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.
Diffstat (limited to 'Python/symtable.c')
0 files changed, 0 insertions, 0 deletions