(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') |
| 118 | |
| 119 | def test_build_abi3t(self): |
| 120 | # Test with Py_TARGET_ABI3T |
nothing calls this directly
no test coverage detected