Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish decode stdout on Python 3 #1937

Merged
merged 1 commit into from
Oct 27, 2019

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Oct 24, 2019

Fixes: #1943

Like #1890 and #1894 but for all remaining instances of popen.communicate() in this repo. This conditionally decodes the bytes that come from popen.communicate() into str for proper handling in Python 3.

grep -r communicate . and ensure all stdout and stderr instances are decoded on Python 3.

Checklist
  • npm install && npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

Copy link
Contributor

@sam-github sam-github left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

@gengjiawen gengjiawen merged commit a48f09b into nodejs:master Oct 27, 2019
@cclauss cclauss deleted the even-more-stdout.decode branch October 27, 2019 09:41
@rvagg rvagg mentioned this pull request Oct 27, 2019
4 tasks
rvagg pushed a commit that referenced this pull request Oct 27, 2019
PR-URL: #1937
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
cclauss added a commit to dothebart/node-gyp that referenced this pull request Oct 30, 2019
chrmoritz added a commit to chrmoritz/node that referenced this pull request Nov 5, 2019
original commit: nodejs/node-gyp@a48f09b
Refs: nodejs/node-gyp#1937
Co-Authored-By: Christian Clauss <cclauss@me.com>
rvagg pushed a commit that referenced this pull request Nov 18, 2019
PR-URL: #1937
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

node-gyp configure fails
4 participants