]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable (GH-136853...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Jul 2025 09:58:57 +0000 (11:58 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 09:58:57 +0000 (11:58 +0200)
commit4f6f3ee8d3710fef102071c53919a9af7a28613b
treedca8bb417d519be2da48fddcbaceef7758023f42
parenta69472e242e768545d734cf336bdbbff6f749f3f
[3.14] gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable (GH-136853) (GH-136907)

To choose the node version we use. Together with:
https://github.com/python/buildmaster-config/pull/614
closes GH-136852.
(cherry picked from commit aec7f5f8b2e8b5e02869cdb4e1f8a9ef87c9f953)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Tools/wasm/emscripten/__main__.py