]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151929: Add pythoninfo commands to Tools/wasm/wasi (#152136) (#152224)
authorVictor Stinner <vstinner@python.org>
Thu, 25 Jun 2026 18:02:07 +0000 (20:02 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 18:02:07 +0000 (20:02 +0200)
commit6426887ba35ab618c2da413c2744eb7db4d82f53
treeeee354247f9c6d0c234665b7746e9a7ddf086c54
parent8162f61d10550b35ff94f70df51ad4bf1e214db0
[3.14] gh-151929: Add pythoninfo commands to Tools/wasm/wasi (#152136) (#152224)

* gh-151929: Add pythoninfo commands to Platforms/WASI (#152136)

The "build-python", "build-host" and "build" commands now also run
"pythoninfo-build" and "pythoninfo-host" commands.

If no subcommand is provided, display the help.

GitHub Action "WASI":

* Add "pythoninfo-build" and "pythoninfo-host" commands.
* Remove unused and outdated CROSS_BUILD_PYTHON environment variable.

(cherry picked from commit 7c8163719cd23d41daeaed0b243be45de3e82e05)
.github/workflows/reusable-wasi.yml
Tools/wasm/wasi/__main__.py