Home | History | Annotate | Download | only in Modules

Lines Matching refs:exception_type

68     PyObject *exception_type;
74 exception_type = PyExc_ConnectionRefusedError;
77 exception_type = PyExc_ConnectionAbortedError;
80 exception_type = PyExc_OSError;
82 return PyErr_SetExcFromWindowsErr(exception_type, err);