]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-127146: Report uid in Emscripten + node as native uid (GH-136509) (#136699)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Jul 2025 04:50:51 +0000 (06:50 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 04:50:51 +0000 (06:50 +0200)
commitcdf98c3b7ebca89ae2ece1d30f21ee4adc0ef92e
tree940099159495b7b9f2e801e75858cde3a40f68ee
parentd888f46fba3defa9fa3b39509827768bf3ac01ff
[3.14] gh-127146: Report uid in Emscripten + node as native uid (GH-136509) (#136699)

Corrects the handling of getuid on emscripten, which was consistently reporting as 0.
(cherry picked from commit e81c4e84b3a8688a367099e3adf9b2fcf914447f)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Python/emscripten_syscalls.c [new file with mode: 0644]
Tools/c-analyzer/cpython/_parser.py
configure
configure.ac