| 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 | |
| 20 | void test_first_nullptr() { |
| 21 | py::dict d; |
nothing calls this directly
no outgoing calls
no test coverage detected