mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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 e81c4e84b3)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
This commit is contained in:
parent
d888f46fba
commit
cdf98c3b7e
4 changed files with 22 additions and 2 deletions
|
|
@ -66,6 +66,7 @@ def clean_lines(text):
|
|||
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