We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_clinic is skipped on Windows. This is a regression introduced by gh-96178.
test_clinic
Modules/_testclinic.c
test.support.import_helper.import_module("_testclinic")
_testclinic
test_clinicis skipped on Windows. This is a regression introduced by gh-96178.Modules/_testclinic.chelper extension module is not included in the Windows buildtest.support.import_helper.import_module("_testclinic")fails and skips the whole test, since_testclinicis not foundLinked PRs