]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151929: Add pythoninfo commands to Platforms/WASI (GH-152136) (#152222)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2026 17:22:24 +0000 (19:22 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 17:22:24 +0000 (17:22 +0000)
commit59e54f5ce9039f09da03f021d1d7574a84f2834f
treed147a9fce7c44ab6fbae8c539768c93839b38f36
parent25c7b0c4c891713250d0342bd38eeb9b730b6d9f
[3.15] gh-151929: Add pythoninfo commands to Platforms/WASI (GH-152136) (#152222)

gh-151929: Add pythoninfo commands to Platforms/WASI (GH-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.
(cherry picked from commit 7c8163719cd23d41daeaed0b243be45de3e82e05)

Co-authored-by: Victor Stinner <vstinner@python.org>
.github/workflows/reusable-wasi.yml
Platforms/WASI/__main__.py
Platforms/WASI/_build.py