Skip to content

[3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error#3388

Merged
gpshead merged 1 commit intopython:3.6from
gpshead:backport-3fc499b-3.6
Sep 6, 2017
Merged

[3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error#3388
gpshead merged 1 commit intopython:3.6from
gpshead:backport-3fc499b-3.6

Conversation

@gpshead
Copy link
Copy Markdown
Member

@gpshead gpshead commented Sep 6, 2017

(GH-3066) Avoid concatenating bytes with str in the typically rare subprocess error path (exec failed). Includes a mock based unittest to exercise the codepath.
(cherry picked from commit 3fc499b)

https://bugs.python.org/issue31178

…or (pythonGH-3066)

Avoid concatenating bytes with str in the typically rare subprocess error path (exec failed). Includes a mock based unittest to exercise the codepath.
(cherry picked from commit 3fc499b)
@gpshead gpshead merged commit 3bad165 into python:3.6 Sep 6, 2017
@gpshead gpshead deleted the backport-3fc499b-3.6 branch November 14, 2018 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants