(self)
| 100 | |
| 101 | @support.requires_gil_enabled('incompatible with Free Threading') |
| 102 | def test_build_limited_cpp03(self): |
| 103 | self.check_build('_test_limited_cpp03ext', std='c++03', limited=True) |
| 104 | |
| 105 | @support.requires_gil_enabled('incompatible with Free Threading') |
| 106 | def test_build_limited(self): |
nothing calls this directly
no test coverage detected