Skip to content

bpo-40280: Emscripten fork_exec now fails early (GH-32224) - #32224

Merged
tiran merged 2 commits into
python:mainfrom
tiran:bpo-40280-no-forkexec
Apr 1, 2022
Merged

bpo-40280: Emscripten fork_exec now fails early (GH-32224)#32224
tiran merged 2 commits into
python:mainfrom
tiran:bpo-40280-no-forkexec

Conversation

@tiran

@tirantiran commented Apr 1, 2022

Copy link
Copy Markdown
Member

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
tiranforce-pushed the bpo-40280-no-forkexec branch from 81af054 to 9575843CompareApril 1, 2022 15:24
@tirantiran changed the title bpo-40280: Emscripten fork_exec now fails earlybpo-40280: Emscripten fork_exec now fails early (GH-32224)Apr 1, 2022
@tiran
tiran merged commit 082d349 into python:mainApr 1, 2022
@tiran
tiran deleted the bpo-40280-no-forkexec branch April 1, 2022 19:20
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

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