Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Apr 1, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Apr 1, 2022

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

https://bugs.python.org/issue40280

pmp-p
pmp-p approved these changes Apr 1, 2022
tiran added 2 commits Apr 1, 2022
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 Apr 1, 2022
@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
11 checks passed
@tiran tiran deleted the bpo-40280-no-forkexec branch Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants