Hood Chatham
Hood Chatham
We would have to get rid of my patch of `_PyEval_EvalFrame` because JITs use the custom frame evaluator feature. That patch is a pure performance optimization which will have much...
I would consider #1677 to be a blocker for this issue though, because it's not worth way reducing the recursion limit for all code in order to enable a less...
I think the numba issue is about cross compiling Python to wasm on a native host, they are not thinking that the compilation itself will happen in browser. One interesting...
See https://github.com/pyodide/pyodide/issues/2951
Me neither. But at least xgboost and opencv build here...
So when we tried to update to 3.1.15, it broke building of xgboost and opencv. Trying to update to 3.1.18 breaks building of RobotRaconteur and testing of pyproj. Though I...
Now `scipy.linalg` is failing with: ``` Error: bad export type for `gk_cur_jbufs`: undefined ```
Even on the main branch, `RobotRaconteur` build fails locally for me.
I don't think we should load all dynamic libraries globally. What if two of them define the same symbol? Does it not work to use the `shared` flag to control...
I opened #2828 which will make wasm exceptions work a bit better.