Uh oh!
There was an error while loading. Please reload this page.
gh-151929: Add pythoninfo-build command to Platforms/emscripten - #152210
Conversation
Replace also "run --test" with "pythoninfo-host" command.
vstinner
commented
Jun 25, 2026
Examples: |
vstinner
commented
Jun 25, 2026
@hoodmane: Would you mind to review this change? My plan is to backport this change to 3.13, 3.14 and 3.15 branches, and then update the buildbot configuration to call these new commands. And once buildbots are migrated, remove the legacy |
vstinner
commented
Jun 25, 2026
I wrote a similar change for WASI: #152136. |
hoodmane
commented
Jun 25, 2026
Can you explain the relationship to issue #151929? It's not obvious to me. |
vstinner
commented
Jun 25, 2026
vstinner
commented
Jun 25, 2026
Display build info of the build Python: Display build info of the host/Emscripten Python: Interesting, the machine ID of the host machine is inherited by the Emscripten filesystem. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
Sorry, @vstinner, I could not cleanly backport this to |
GH-152217 is a backport of this pull request to the 3.15 branch. |
GH-152218 is a backport of this pull request to the 3.14 branch. |
vstinner
commented
Jun 25, 2026
Oh I was wrong, Emscripten is not supported in Python 3.13: |
vstinner
commented
Jun 25, 2026
I deployed a new buildbot configuration to run also pythoninfo-build: python/buildmaster-config#745 |
Add also "pythoninfo-host" command.