(self)
| 111 | |
| 112 | @support.requires_gil_enabled('broken for now with Free Threading') |
| 113 | def test_build_limited_c11(self): |
| 114 | self.check_build('_test_limited_c11_cext', limited=True, std='c11') |
| 115 | |
| 116 | def test_build_c11(self): |
| 117 | self.check_build('_test_c11_cext', std='c11') |
nothing calls this directly
no test coverage detected