]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151929: Add pythoninfo commands to Tools/wasm/wasi.py (#152136) (#152224...
authorVictor Stinner <vstinner@python.org>
Thu, 25 Jun 2026 18:30:43 +0000 (20:30 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 18:30:43 +0000 (18:30 +0000)
commitd740050c99ccd25a08d40f90f9c8f678678c6d7c
treeb19e79da3796f6b1b6f8c582bba4963b8f6dd179
parent640c5f4a97d2a5784badf2ac7eee43885196cd73
[3.13] gh-151929: Add pythoninfo commands to Tools/wasm/wasi.py (#152136) (#152224) (#152226)

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" command.
* Remove unused and outdated CROSS_BUILD_PYTHON environment variable.

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