]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Dec 2025 23:04:50 +0000 (00:04 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Dec 2025 23:04:50 +0000 (15:04 -0800)
commit5a639ca1b316101d24e7219841d3c73d559be370
tree3ca120a35868b1bd1a840539281e01d61f7033d9
parent66d1d7ed370c0b169a27969b3ee151f479ee7800
[3.14] Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266) (#142322)

Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266)

It should make it easier when you need to rebuild just the e.g. host Python, but it requires ./configure to run.
(cherry picked from commit 58e1c7a16f0926b1047c336eeed2849d5fff7c70)

Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Emma Smith <emma@emmatyping.dev>
Tools/wasm/wasi/__main__.py