-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
Nodejs can not build with python3 currently because print statements use a python 2 idiom.
It has been pointed out before that node will not build with python3 because of its dependence on gyp which has similar problems but in the mean time we can add a few parenthesis and be more prepared for when compatibility is possible.
So my request is that we make the code more forwards compatible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.