Skip to content

gh-111808: Fix recursion error on WASM in test_typing #111819

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

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Nov 7, 2023

@brettcannon is that reasonable to use 25 here? Many other tests do this.
And is there a way to test that WASM build now works?

Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with me, but will leave to @brettcannon to confirm this fixes WASI.

@gvanrossum gvanrossum removed their request for review November 7, 2023 18:56
@brettcannon
Copy link
Member

That works!

is there a way to test that WASM build now works?

The easiest way to do it right now is to modify https://github.com/python/cpython/blob/main/Tools/wasm/build_wasi.sh to do a pydebug build (the README.md in that directory has more thorough instructions). I am also working on a wasi.py in a branch at https://github.com/brettcannon/cpython/blob/wasi.py/Tools/wasm/wasi.py which will make doing a pydebug build very easy.

@brettcannon brettcannon merged commit 0e83d94 into python:main Nov 7, 2023
hugovk pushed a commit to hugovk/cpython that referenced this pull request Nov 8, 2023
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants