]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Report uid in Emscripten + node as native uid (#136509)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 16 Jul 2025 04:17:16 +0000 (06:17 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 04:17:16 +0000 (06:17 +0200)
commite81c4e84b3a8688a367099e3adf9b2fcf914447f
treea12064de519533bd3323537eb18ed7af30e22d1b
parentcb59eaefeda5ff44ac0c742bff2b8afc023be313
gh-127146: Report uid in Emscripten + node as native uid (#136509)

Corrects the handling of getuid on emscripten, which was consistently reporting as 0.
Python/emscripten_syscalls.c [new file with mode: 0644]
Tools/c-analyzer/cpython/_parser.py
configure
configure.ac