| 18 | void test_two_nullptrs() { py::scoped_critical_section lock{py::handle{}, py::handle{}}; } |
| 19 | |
| 20 | void test_first_nullptr() { |
| 21 | py::dict d; |
| 22 | py::scoped_critical_section lock{py::handle{}, d}; |
| 23 | } |
| 24 | |
| 25 | void test_second_nullptr() { |
| 26 | py::dict d; |
nothing calls this directly
no outgoing calls
no test coverage detected