-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
unittest.mock does not work on WebAssembly build of CPython #96883
Comments
tiran
added a commit
to tiran/cpython
that referenced
this issue
Sep 17, 2022
tiran
added a commit
to tiran/cpython
that referenced
this issue
Sep 17, 2022
tiran
added a commit
that referenced
this issue
Sep 17, 2022
tiran
added a commit
to tiran/cpython
that referenced
this issue
Sep 17, 2022
…96886). (cherry picked from commit 0b62964) Co-authored-by: Christian Heimes <[email protected]>
tiran
added a commit
that referenced
this issue
Sep 17, 2022
@tiran can this issue be closed? |
Closing, as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Use CPython compiled for WebAssembly and then import
unittest.mock
Or visit this page and click the "Run in Browser" button to see the error.
The error shown is:
This error seems to only occur on the WebAssembly build for the browser (the Node build allows
unittest.mock
to be imported as expected).Your environment
The text was updated successfully, but these errors were encountered: