Lines Matching defs:exception
630 * Can be called with an exception raised.
631 * If fail to remove name a new exception will be chained with the old
632 * exception, otherwise the old exception is preserved.
1347 an exception set if the initialization failed.
1485 PyObject *exception, *value, *base_tb, *tb;
1492 _PyErr_Fetch(tstate, &exception, &value, &base_tb);
1493 if (!exception || _PyInterpreterState_GetConfig(tstate->interp)->verbose) {
1497 if (PyType_IsSubtype((PyTypeObject *) exception,
1533 _PyErr_Restore(tstate, exception, value, base_tb);