| 23 | } |
| 24 | |
| 25 | void test_second_nullptr() { |
| 26 | py::dict d; |
| 27 | py::scoped_critical_section lock{d, py::handle{}}; |
| 28 | } |
| 29 | |
| 30 | // Referenced test implementation: https://github.com/PyO3/pyo3/blob/v0.25.0/src/sync.rs#L874 |
| 31 | class BoolWrapper { |
nothing calls this directly
no outgoing calls
no test coverage detected