Home
last modified time | relevance | path

Searched refs:wrapperclass (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c265 _sharedexception_apply(_sharedexception *exc, PyObject *wrapperclass) in _sharedexception_apply() argument
269 PyErr_Format(wrapperclass, "%s: %s", exc->name, exc->msg); in _sharedexception_apply()
272 PyErr_SetString(wrapperclass, exc->name); in _sharedexception_apply()
276 PyErr_SetString(wrapperclass, exc->msg); in _sharedexception_apply()
279 PyErr_SetNone(wrapperclass); in _sharedexception_apply()

Completed in 4 milliseconds