bpo-40280: Emscripten fork_exec now fails early (GH-32224) by tiran · Pull Request #32224 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@tiran

Copy link Copy Markdown

Member

@tiran tiran commented

Apr 1, 2022

edited by bedevere-bot

Loading

Emscripten and WASI don't support processes. Report the problem earlier
without compiling dysfunctional C extensions.

https://bugs.python.org/issue40280

tiran added 2 commits

April 1, 2022 18:24
Emscripten and WASI don't support processes. Report the problem earlier
without compiling dysfunctional C extensions.

@tiran tiran force-pushed the bpo-40280-no-forkexec branch from 81af054 to 9575843 Compare

April 1, 2022 15:24

@tiran tiran changed the title bpo-40280: Emscripten fork_exec now fails early bpo-40280: Emscripten fork_exec now fails early (GH-32224)

Apr 1, 2022

@tiran tiran merged commit 082d349 into python:main

Apr 1, 2022

@tiran tiran deleted the bpo-40280-no-forkexec branch

April 1, 2022 19:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@brettcannon brettcannon brettcannon approved these changes

@gpshead gpshead Awaiting requested review from gpshead gpshead is a code owner

+1 more reviewer

@pmp-p pmp-p pmp-p approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@tiran @brettcannon @pmp-p @the-knights-who-say-ni @bedevere-bot