Uh oh!
There was an error while loading. Please reload this page.
gh-146197: Run -m test.pythoninfo on the Emscripten CI - #146332
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Mar 23, 2026
This change adds "Display build info" to the CI. Examples from this CI run on this PR:
I'm surprised that Log examples: |
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
vstinner
commented
Mar 23, 2026
Yes, I would like to add this step to the buildbot as well. I will backport this change to 3.14, and then add a |
hoodmane
commented
Mar 23, 2026
The other branch: $ node -e 'console.log(navigator.userAgent)'Node.js/24 |
hoodmane
commented
Mar 23, 2026
I'll make a separate PR improving this. |
Uh oh!
There was an error while loading. Please reload this page.
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, @vstinner, I could not cleanly backport this to |
vstinner
commented
Mar 23, 2026
Oh ok, thanks :-)
Is there a way to get the full Node.js version? A version string like
Improving |
GH-146336 is a backport of this pull request to the 3.14 branch. |
vstinner
commented
Mar 23, 2026
I merged my PR. Thanks for your fast reviews! |
…8577 * 'main' of github.com:python/cpython: pythongh-146197: Run -m test.pythoninfo on the Emscripten CI (python#146332) pythongh-146325: Use `test.support.requires_fork` in test_fastpath_cache_cleared_in_forked_child (python#146330) pythongh-146197: Add Emscripten to CI (python#146198) pythongh-143387: Raise an exception instead of returning None when metadata file is missing. (python#146234) pythongh-108907: ctypes: Document _type_ codes (pythonGH-145837) pythongh-146175: Soft-deprecate outdated macros; convert internal usage (pythonGH-146178) pythongh-146056: Rework ref counting in treebuilder_handle_end() (python#146167) Add a warning about untrusted input to `configparser` docs (python#146276) pythongh-145264: Do not ignore excess Base64 data after the first padded quad (pythonGH-145267) pythongh-146308: Fix error handling issues in _remote_debugging module (python#146309) pythongh-146192: Add base32 support to binascii (pythonGH-146193) pythongh-135953: Properly obtain main thread identifier in Gecko Collector (python#146045) pythongh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples (pythonGH-144300) pythongh-146261: Fix bug in `_Py_uop_sym_set_func_version` (pythonGH-146291) pythongh-145144: Add more tests for UserList, UserDict, etc (pythonGH-145145) pythongh-143959: Fix test_datetime if _datetime is unavailable (pythonGH-145248) pythongh-146245: Fix reference and buffer leaks via audit hook in socket module (pythonGH-146248) pythongh-140049: Colorize exception notes in `traceback.py` (python#140051) Update docs for pythongh-146056 (pythonGH-146213)
vstinner
commented
Mar 23, 2026
Here is the PR to run pythoninfo on buildbots: python/buildmaster-config#690. |
…146332) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.