gh-127146: Report uid in Emscripten + node as native uid (#136509)

Corrects the handling of getuid on emscripten, which was consistently reporting as 0.
This commit is contained in:
Hood Chatham 2025-07-16 06:17:16 +02:00 committed by GitHub
parent cb59eaefed
commit e81c4e84b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 2 deletions

View file

@ -66,6 +66,7 @@ Python/dynload_aix.c # sys/ldr.h
Python/dynload_dl.c # dl.h
Python/dynload_hpux.c # dl.h
Python/emscripten_signal.c
Python/emscripten_syscalls.c
Python/thread_pthread.h
Python/thread_pthread_stubs.h