(self)
| 104 | |
| 105 | @support.requires_gil_enabled('incompatible with Free Threading') |
| 106 | def test_build_limited(self): |
| 107 | self.check_build('_testcppext_limited', limited=True) |
| 108 | |
| 109 | def test_build_cpp03(self): |
| 110 | # In public docs, we say C API is compatible with C++11. However, |
nothing calls this directly
no test coverage detected