mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
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>