Christian Heimes <li...@cheimes.de> added the comment:

GH-30367 broke Emscripten WASM builds. I'm getting a "null function or function 
signature mismatch" error from the WASM engine:

RuntimeError: null function or function signature mismatch
    at _PyEval_EvalFrameDefault 
(http://localhost:8000/python.wasm:wasm-function[2383]:0x103a6f)
    at gen_send_ex2 
(http://localhost:8000/python.wasm:wasm-function[886]:0x4f35d)
    at gen_iternext 
(http://localhost:8000/python.wasm:wasm-function[893]:0x4fb1a)
    at builtin_any 
(http://localhost:8000/python.wasm:wasm-function[3927]:0x198a87)
    at cfunction_vectorcall_O 
(http://localhost:8000/python.wasm:wasm-function[403]:0x201ae)
    at PyObject_Vectorcall 
(http://localhost:8000/python.wasm:wasm-function[2426]:0x109dbe)
    at _PyEval_EvalFrameDefault 
(http://localhost:8000/python.wasm:wasm-function[2383]:0x1062ba)
    at _PyEval_Vector 
(http://localhost:8000/python.wasm:wasm-function[2380]:0xfc366)
    at PyEval_EvalCode 
(http://localhost:8000/python.wasm:wasm-function[2379]:0xfc014)
    at _PyConfig_InitPathConfig 
(http://localhost:8000/python.wasm:wasm-function[6871]:0x2924b0)

I'm trying to get more debug information now.

----------
nosy: +christian.heimes
resolution: fixed -> 
stage: resolved -> needs patch
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46009>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to