-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
OS-windowsbuildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
test_clinic
is skipped on Windows. This is a regression introduced by gh-96178.
- The
Modules/_testclinic.c
helper extension module is not included in the Windows build test.support.import_helper.import_module("_testclinic")
fails and skips the whole test, since_testclinic
is not found
Linked PRs
- gh-104629: Don't skip test_clinic if _testclinic is missing #104630
- [3.11] gh-104629: Don't skip test_clinic if _testclinic is missing (GH-104630) #104632
- gh-104629: Build _testclinic extension module on Windows #104723
- [3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) #107393
AlexWaygood and sunmy2019
Metadata
Metadata
Assignees
Labels
OS-windowsbuildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error