Skip to content

Conversation

tiran
Copy link
Member

@tiran tiran commented Mar 10, 2022

  • fd inheritance can't be modified because Emscripten doesn't support subprocesses anyway.
  • setpriority always fails
  • geteuid no longer causes problems with latest emsdk
  • umask is a stub
  • geteuid / getuid always return 0, but process cannot chown to random uid.

https://bugs.python.org/issue40280

- fd inheritance can't be modified because Emscripten doesn't support
  subprocesses anyway.
- setpriority always fails
- geteuid no longer causes problems with latest emsdk
- umask is a stub
- geteuid / getuid always return 0, but process cannot chown to random
  uid.
@tiran tiran requested a review from ethanfurman as a code owner March 10, 2022 09:22
@tiran tiran changed the title bpo-40280: Skip more tests/features that don't apply to Emscripten bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791) Mar 10, 2022
@tiran tiran merged commit de554d6 into python:main Mar 10, 2022
@tiran tiran deleted the bpo-40280-more-subprocess branch March 10, 2022 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants