-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
buildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
I think this:
Line 12895 in fd104df
Emscripten|WASI) |
Should be: Emscripten*|WASI*
I could be wrong, but I think this will never be matched otherwise since even if ac_sys_release
is empty, we would be trying to match Emscripten
against Emscripten/
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
- gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED #120173
- [3.13] gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (GH-120173) #120199
- [3.12] gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED… #120204
- [3.12] gh-120154: On WASI, don't build test modules #120309
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error