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
Reactions are currently unavailable
test_clinic is skipped on Windows. This is a regression introduced by gh-96178.
Linked PRs