◐ Shell
clean mode source ↗

gh-97825: fix AttributeError when calling subprocess.check_output(input=None) with encoding or errors args by akulakov · Pull Request #97826 · python/cpython

@akulakov

JelleZijlstra

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 5, 2022
…ut(input=None) with encoding or errors args (pythonGH-97826)

* fix AttributeError, add unit test
(cherry picked from commit db64fb9)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 5, 2022
…ut(input=None) with encoding or errors args (pythonGH-97826)

* fix AttributeError, add unit test
(cherry picked from commit db64fb9)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>

miss-islington added a commit that referenced this pull request

Oct 5, 2022
…ut=None) with encoding or errors args (GH-97826)

* fix AttributeError, add unit test
(cherry picked from commit db64fb9)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>

miss-islington added a commit that referenced this pull request

Oct 5, 2022
…ut=None) with encoding or errors args (GH-97826)

* fix AttributeError, add unit test
(cherry picked from commit db64fb9)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>

carljm added a commit to carljm/cpython that referenced this pull request

Oct 6, 2022

mpage pushed a commit to mpage/cpython that referenced this pull request

Oct 11, 2022
…ut(input=None) with encoding or errors args (python#97826)

* fix AttributeError, add unit test