]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151929: Add pythoninfo commands to Platforms/WASI (#152136)
authorVictor Stinner <vstinner@python.org>
Thu, 25 Jun 2026 17:15:45 +0000 (19:15 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 17:15:45 +0000 (19:15 +0200)
commit7c8163719cd23d41daeaed0b243be45de3e82e05
treec4c545659d312f11817f39ea195a89c599d3008d
parent7676427cd875a4b7b3d1ad8521b0de151b9e1e63
gh-151929: Add pythoninfo commands to Platforms/WASI (#152136)

The "build" command now also runs "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.
.github/workflows/reusable-wasi.yml
Platforms/WASI/__main__.py
Platforms/WASI/_build.py