| 14 | namespace test_scoped_critical_section_ns { |
| 15 | |
| 16 | void test_one_nullptr() { py::scoped_critical_section lock{py::handle{}}; } |
| 17 | |
| 18 | void test_two_nullptrs() { py::scoped_critical_section lock{py::handle{}, py::handle{}}; } |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected