]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)
authorRémi Lapeyre <remi.lapeyre@lenstra.fr>
Mon, 20 Sep 2021 15:09:05 +0000 (17:09 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Sep 2021 15:09:05 +0000 (17:09 +0200)
commit4d2957c1b9a915f76da418e89bf9b5add141ca3e
treec69d8a5b4c23e4800f877945f727a5786cb50717
parentef9e22b253253615098d22cb49141a2a1024ee3c
bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)

Co-authored-by: Tal Einat <taleinat@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS.d/next/Library/2020-10-18-09-42-53.bpo-40497.CRz2sG.rst [new file with mode: 0644]