FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-40280: Block more non-working syscalls in Emscripten (GH-31757) by tiran · Pull Request #31757 · python/cpython · GitHub

/ cpython Public

bpo-40280: Block more non-working syscalls in Emscripten (GH-31757) - #31757

Merged
tiran merged 1 commit into
python:mainfrom
tiran:bpo-40280-even-more-syscalls
Mar 8, 2022
Merged

bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)#31757
tiran merged 1 commit into
python:mainfrom
tiran:bpo-40280-even-more-syscalls

Conversation

tiran commented Mar 8, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member
  • getgroups always fails.
  • geteuid and getegid always return 0 (root), which confuse tarfile and
    tests.
  • hardlinks (link, linkat) always fails.
  • non-encodable file names are not supported by NODERAWFS layer.
  • mark more tests with dependency on subprocess and multiprocessing.
    Mocking does not work if the module fails to import.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue40280

- getgroups always fails.
- geteuid and getegid always return 0 (root), which confuse tarfile and
  tests.
- hardlinks (link, linkat) always fails.
- non-encodable file names are not supported by NODERAWFS layer.
- mark more tests with dependency on subprocess and multiprocessing.
  Mocking does not work if the module fails to import.

Signed-off-by: Christian Heimes <christian@python.org>
tiran added the skip news label Mar 8, 2022
tiran changed the title bpo-40280: Block more non-working syscalls in Emscripten bpo-40280: Block more non-working syscalls in Emscripten (GH-31757) Mar 8, 2022
tiran merged commit 5081e78 into python:main Mar 8, 2022
tiran deleted the bpo-40280-even-more-syscalls branch March 8, 2022 11:17
brettcannon self-requested a review March 8, 2022 20:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL