You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In configure.ac in the "Modules that are not available on some platforms" we PY_STDLIB_MOD_SET_NA a bunch of standard library modules that either won't compile or won't work in Emscripten and WASI. Currently these two targets are overlapped, so there's a top level check for Emscripten|WASI and then a subcheck to decide which of the two cases we are dealing with. This entanglement minorly complicates maintenance of these targets. They should be disentangled.
In
configure.ac
in the "Modules that are not available on some platforms" wePY_STDLIB_MOD_SET_NA
a bunch of standard library modules that either won't compile or won't work in Emscripten and WASI. Currently these two targets are overlapped, so there's a top level check forEmscripten|WASI
and then a subcheck to decide which of the two cases we are dealing with. This entanglement minorly complicates maintenance of these targets. They should be disentangled.This is a nonfunctional change.
Linked PRs
The text was updated successfully, but these errors were encountered: