| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
pythoninfo of the Emscripten CI job says: 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)
I'm not sure that it's a good idea to change sys._emscripten_info.runtime in a Python 3.14.x bugfix release. Some projects may rely on the current string format. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. But it may safer to not backport the change to 3.14.
Sorry, something went wrong.
|
Right, I suppose we don't need the backport for anything. |
Sorry, something went wrong.
…on into fix-pythongh-138577 * 'fix-pythongh-138577' of github.com:CuriousLearner/cpython: pythongh-146202: Create tmp_dir in regrtest worker (python#146347) pythongh-144319: obtain SeLockMemoryPrivilege on Windows (python#144928) pythongh-146199: Fix error handling in `code_richcompare` when `PyObject_RichCompareBool` fails (python#146200) pythongh-146197: Include a bit more information in sys._emscripten_info.runtime (python#146346) pythongh-135871: Reload lock internal state while spinning in `PyMutex_LockTimed` (pythongh-146064) pythongh-145719: Add `.efi` file detection in `mimetypes` (python#145720)
| Back | FazBrowse Home | New Git URL |
Before: sys._emscripten_info.runtime is Node.js/24, now it says node v24.14.0 (v8 13.6.233.17-node.41). I also added detection for node and bun.