(self)
| 107 | class TestPublicCAPI(BaseTests, unittest.TestCase): |
| 108 | @support.requires_gil_enabled('incompatible with Free Threading') |
| 109 | def test_build_limited(self): |
| 110 | self.check_build('_test_limited_cext', limited=True) |
| 111 | |
| 112 | @support.requires_gil_enabled('broken for now with Free Threading') |
| 113 | def test_build_limited_c11(self): |
nothing calls this directly
no test coverage detected