()
| 481 | |
| 482 | # https://github.com/pybind/pybind11/issues/1878 |
| 483 | def test_exception_rvalue_abort(): |
| 484 | with pytest.raises(RuntimeError): |
| 485 | m.PyPrintDestructor().throw_something() |
| 486 | |
| 487 | |
| 488 | # https://github.com/pybind/pybind11/issues/1568 |
nothing calls this directly
no test coverage detected