mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
![]() * lib: print Python executable path using UTF-8 The Python executable path may have non-ASCII characters, which can make the print function fail if the environment encoding is different. This fixes this issue by using stdout.buffer, which can be used with UTF-8 encoding for the output, regardless of the environment encoding. Fixes: https://github.com/nodejs/node-gyp/issues/2829 * fixup! lib: print Python executable path using UTF-8 |
||
---|---|---|
.. | ||
fixtures | ||
node_modules/hello_world | ||
common.js | ||
simple-proxy.js | ||
test-addon.js | ||
test-configure-nodedir.js | ||
test-configure-python.js | ||
test-create-config-gypi.js | ||
test-download.js | ||
test-find-accessible-sync.js | ||
test-find-node-directory.js | ||
test-find-python.js | ||
test-find-visualstudio.js | ||
test-install.js | ||
test-options.js | ||
test-process-release.js |