mirror of
https://github.com/python/cpython.git
synced 2026-06-27 05:16:16 -04:00
59e54f5ce9
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 7c8163719c)
Co-authored-by: Victor Stinner <vstinner@python.org>