-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Open
Labels
OS-emscriptenstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Because of this:
https://github.com/emscripten-core/emscripten/blob/main/system/lib/libc/musl/src/conf/confstr.c?plain=1#L21
I have a PR to weak link confstr so we can replace it:
emscripten-core/emscripten#25040
In the meantime, we can just check for Emscripten in platform.libc_ver()
.
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-emscriptenstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error