FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-40280: Detect missing threading on WASM platforms (GH-32352) by tiran · Pull Request #32352 · python/cpython · GitHub

/ cpython Public

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

Merged
tiran merged 4 commits into
python:mainfrom
tiran:bpo-40280-threading-dlopen
Apr 7, 2022
Merged

bpo-40280: Detect missing threading on WASM platforms (GH-32352)#32352
tiran merged 4 commits into
python:mainfrom
tiran:bpo-40280-threading-dlopen

Conversation

tiran commented Apr 6, 2022
edited
Loading

Copy link
Copy Markdown
Member

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 changed the title bpo-40280: Detect missing threading bpo-40280: Detect missing threading on WASM platforms Apr 6, 2022
Comment thread Lib/test/support/threading_helper.py Outdated
Comment thread Lib/test/support/threading_helper.py Outdated
Comment thread Lib/test/test_sys.py Outdated
tiran force-pushed the bpo-40280-threading-dlopen branch from 6050f5f to ee4016b Compare April 7, 2022 06:51
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 merged commit 2b16a08 into python:main Apr 7, 2022
tiran deleted the bpo-40280-threading-dlopen branch April 7, 2022 07:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL