Skip to content

Run pythoninfo on Emscripten#690

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:pythoninfo
Mar 23, 2026
Merged

Run pythoninfo on Emscripten#690
vstinner merged 1 commit intopython:mainfrom
vstinner:pythoninfo

Conversation

@vstinner
Copy link
Member

Add also PythonInfo step and use it in factories.

Add also PythonInfo step and use it in factories.
Copy link
Contributor

@hoodmane hoodmane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me.

@vstinner vstinner merged commit b98939b into python:main Mar 23, 2026
1 check passed
@vstinner vstinner deleted the pythoninfo branch March 23, 2026 21:44
@vstinner
Copy link
Member Author

Merged. Thanks for checking @hoodmane.

@vstinner
Copy link
Member Author

The latest "WASM Emscripten 3.x" job includes the new "pythoninfo" step: https://buildbot.python.org/#/builders/1810/builds/2111

os.uname: posix.uname_result(sysname='Emscripten', nodename='emscripten', release='4.0.12', version='#1', machine='wasm32')

sys._emscripten_info: sys._emscripten_info(emscripten_version=(4, 0, 12), runtime='node v24.14.0 (v8 13.6.233.17-node.41)', pthreads=False, shared_memory=False)

It works as expected.

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.

2 participants