MCPcopy Create free account
hub / github.com/pybind/pybind11 / m_fetched_error_deleter

Method m_fetched_error_deleter

include/pybind11/pybind11.h:3709–3714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3707}
3708
3709inline void
3710error_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
3716inline const char *error_already_set::what() const noexcept {
3717 gil_scoped_acquire gil;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected