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: Detect missing threading on WASM platforms (GH-32352) #32352

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
Lib/test/support/threading_helper.py Outdated Show resolved Hide resolved
Lib/test/support/threading_helper.py Show resolved Hide resolved
Lib/test/test_sys.py Outdated Show resolved Hide resolved
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants