Lines Matching defs:tstate
32 _PyErr_Restore(PyThreadState *tstate, PyObject *type, PyObject *value, in _PyErr_Restore()
62 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Restore() local
68 _PyErr_GetTopmostException(PyThreadState *tstate) in _PyErr_GetTopmostException()
108 _PyErr_SetObject(PyThreadState *tstate, PyObject *exception, PyObject *value) in _PyErr_SetObject()
188 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetObject() local
198 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_SetKeyError() local
209 _PyErr_SetNone(PyThreadState *tstate, PyObject *exception) in _PyErr_SetNone()
218 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetNone() local
224 _PyErr_SetString(PyThreadState *tstate, PyObject *exception, in _PyErr_SetString()
235 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetString() local
246 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Occurred() local
284 _PyErr_ExceptionMatches(PyThreadState *tstate, PyObject *exc) in _PyErr_ExceptionMatches()
293 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_ExceptionMatches() local
309 _PyErr_NormalizeException(PyThreadState *tstate, PyObject **exc, in _PyErr_NormalizeException()
418 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_NormalizeException() local
424 _PyErr_Fetch(PyThreadState *tstate, PyObject **p_type, PyObject **p_value, in _PyErr_Fetch()
440 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Fetch() local
446 _PyErr_Clear(PyThreadState *tstate) in _PyErr_Clear()
455 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Clear() local
488 _PyErr_GetExcInfo(PyThreadState *tstate, in _PyErr_GetExcInfo()
503 _PyErr_GetHandledException(PyThreadState *tstate) in _PyErr_GetHandledException()
516 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_GetHandledException() local
521 _PyErr_SetHandledException(PyThreadState *tstate, PyObject *exc) in _PyErr_SetHandledException()
529 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetHandledException() local
536 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_GetExcInfo() local
582 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_ChainExceptions() local
621 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_ChainStackItem() local
659 _PyErr_FormatVFromCause(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatVFromCause()
687 _PyErr_FormatFromCauseTstate(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatFromCauseTstate()
704 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_FormatFromCause() local
721 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_BadArgument() local
728 _PyErr_NoMemory(PyThreadState *tstate) in _PyErr_NoMemory()
743 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_NoMemory() local
756 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetFromErrnoWithFilenameObjects() local
884 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetExcFromWindowsErrWithFilenameObjects() local
990 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetImportErrorSubclass() local
1048 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_BadInternalCall() local
1061 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_BadInternalCall() local
1069 _PyErr_FormatV(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatV()
1089 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_FormatV() local
1095 _PyErr_Format(PyThreadState *tstate, PyObject *exception, in _PyErr_Format()
1113 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Format() local
1129 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_NewException() local
1269 make_unraisable_hook_args(PyThreadState *tstate, PyObject *exc_type, in make_unraisable_hook_args()
1311 write_unraisable_exc_file(PyThreadState *tstate, PyObject *exc_type, in write_unraisable_exc_file()
1431 write_unraisable_exc(PyThreadState *tstate, PyObject *exc_type, in write_unraisable_exc()
1454 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_WriteUnraisableDefaultHook() local
1491 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_WriteUnraisableMsg() local
1614 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SyntaxLocationObjectEx() local
1732 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SyntaxLocationEx() local
1754 err_programtext(PyThreadState *tstate, FILE *fp, int lineno, const char* encoding) in err_programtext()
1818 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_ProgramDecodedTextObject() local