| 3707 | } |
| 3708 | |
| 3709 | inline void |
| 3710 | error_already_set::m_fetched_error_deleter(detail::error_fetch_and_normalize *raw_ptr) { |
| 3711 | gil_scoped_acquire gil; |
| 3712 | error_scope scope; |
| 3713 | delete raw_ptr; |
| 3714 | } |
| 3715 | |
| 3716 | inline const char *error_already_set::what() const noexcept { |
| 3717 | gil_scoped_acquire gil; |
nothing calls this directly
no outgoing calls
no test coverage detected