Skip to content

bpo-40280: Detect missing threading on WASM platforms (GH-32352) #32352

New issue

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

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

Already on GitHub? # to your account

Merged
merged 4 commits into from
Apr 7, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Apr 6, 2022

WASM Emscripten builds for browsers and WASI don't have pthread support. The threading API is stubbed. The changeset adds a test decorator that skips tests which required threading.

https://bugs.python.org/issue40280

@tiran tiran changed the title bpo-40280: Detect missing threading bpo-40280: Detect missing threading on WASM platforms Apr 6, 2022
@tiran tiran force-pushed the bpo-40280-threading-dlopen branch from 6050f5f to ee4016b Compare April 7, 2022 06:51
@tiran tiran changed the title bpo-40280: Detect missing threading on WASM platforms bpo-40280: Detect missing threading on WASM platforms (GH-32352) Apr 7, 2022
@tiran tiran merged commit 2b16a08 into python:main Apr 7, 2022
@tiran tiran deleted the bpo-40280-threading-dlopen branch April 7, 2022 07:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants