static PyTypeObject _PyExc_InterpreterError = …;
PyObject *PyExc_InterpreterError = …;
static PyTypeObject _PyExc_InterpreterNotFoundError = …;
PyObject *PyExc_InterpreterNotFoundError = …;
static int
_init_not_shareable_error_type(PyInterpreterState *interp)
{ … }
static void
_fini_not_shareable_error_type(PyInterpreterState *interp)
{ … }
static PyObject *
_get_not_shareable_error_type(PyInterpreterState *interp)
{ … }
static int
init_exceptions(PyInterpreterState *interp)
{ … }
static void
fini_exceptions(PyInterpreterState *interp)
{ … }