Skip to content

Run pythoninfo-build on Emscripten#745

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:emscripten
Jun 25, 2026
Merged

Run pythoninfo-build on Emscripten#745
vstinner merged 1 commit into
python:mainfrom
vstinner:emscripten

Conversation

@vstinner

Copy link
Copy Markdown
Member

Run pythoninfo-build to display the build information of the build Python.

Replace also "run --pythoninfo" with "pythoninfo-host" command.

Run pythoninfo-build to display the build information of the build
Python.

Replace also "run --pythoninfo" with "pythoninfo-host" command.
@vstinner

Copy link
Copy Markdown
Member Author

This PR requires python/cpython#152217 and python/cpython#152218 to be merged first.

@vstinner vstinner marked this pull request as ready for review June 25, 2026 16:55
@vstinner

Copy link
Copy Markdown
Member Author

This PR requires python/cpython#152217 and python/cpython#152218 to be merged first.

Done, they have been merged.

@vstinner vstinner merged commit 26559cb into python:main Jun 25, 2026
1 check passed
@vstinner vstinner deleted the emscripten branch June 25, 2026 16:57
@vstinner

Copy link
Copy Markdown
Member Author

Ok. Let's see how it goes.

@vstinner

Copy link
Copy Markdown
Member Author

It works as expected!

Build: https://buildbot.python.org/#/builders/1810/builds/2989

Display build info of the build Python:

sys.version: 3.16.0a0 (heads/main-dirty:7676427cd87, Jun 25 2026, 17:06:04) [GCC 12.2.0]
...
system.boot_id: 19de3398-fc70-4b07-8ce6-546009bdae58
system.machine_id: ec296ac077af2a1238433560f3a532c7
system.uptime: 498 days, 2:48:15

Display build info of the host/Emscripten Python:

sys.version: 3.16.0a0 (heads/main-dirty:7676427cd87, Jun 25 2026, 16:32:37) [Clang 23.0.0git (https:/github.com/llvm/llvm-project c6c2ad52586c28e74a72457098
...
system.machine_id: ec296ac077af2a1238433560f3a532c7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant