mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
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:
parent
cb59eaefed
commit
e81c4e84b3
4 changed files with 22 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue