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

assert on hardcoded tags list is unsuitable for experimental cross compilation environnements #606

Open
pmp-p opened this issue Mar 26, 2024 · 1 comment

Comments

@pmp-p
Copy link

pmp-p commented Mar 26, 2024

This break hpy wasm build for me :

Those are NOT expected to be officially supported anyway

cp313-cp313t-emscripten_3_1_57_wasm32
cp313-none-emscripten_3_1_57_wasm32
py313-none-emscripten_3_1_57_wasm32

"emscripten_3_1_57" never represented an abi anyway see python/cpython#96426 (comment)

@henryiii
Copy link
Contributor

henryiii commented Mar 26, 2024

Quick workaround if you need it - since it's an "assert", you could disable assertions by running Python in optimized mode (-O or PYTHONOPTIMIZE=TRUE).

pmp-p added a commit to pygame-web/pygbag that referenced this issue Mar 26, 2024
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

No branches or pull requests

2 participants