-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Fix test_importlib
under WASI SDK 21
#115979
Comments
brettcannon
added
3.13
bugs and security fixes
3.11
only security fixes
3.12
bugs and security fixes
labels
Feb 26, 2024
I've started fixing this in https://github.com/brettcannon/cpython/tree/issue115979-test_importlib-wasi-sdk-21 . |
brettcannon
added a commit
that referenced
this issue
Mar 13, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 13, 2024
…honGH-116754) (cherry picked from commit 61733a2) Co-authored-by: Brett Cannon <[email protected]>
This was referenced Mar 13, 2024
brettcannon
added a commit
that referenced
this issue
Mar 13, 2024
brettcannon
added a commit
that referenced
this issue
Mar 13, 2024
vstinner
pushed a commit
to vstinner/cpython
that referenced
this issue
Mar 20, 2024
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
This very likely stems from
dlopen()
being available in WASI SDK 21 but not being usable dynamically as-is.Test failure output
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
The text was updated successfully, but these errors were encountered: