]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-37485)
authorBrett Cannon <brett@python.org>
Wed, 6 Aug 2025 19:28:54 +0000 (12:28 -0700)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 19:28:54 +0000 (12:28 -0700)
commit0953200b136bcb3293cc1bd57a062796ffcd529d
treec46d7c4b21f148372c95c665553c8980c26919e3
parentffb5a5372dd7c1f7c6cdc54021b5d6cc4d45862c
GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-37485)

This should help prevent issuse where something like a container is used to do one build and then someone tries to build again locally.
Misc/NEWS.d/next/Tools-Demos/2025-08-06-11-54-55.gh-issue-137484.8iFAQs.rst [new file with mode: 0644]
Tools/wasm/wasi/__main__.py