Home
last modified time | relevance | path

Searched refs:_PyErr_WriteUnraisableMsg (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c238 _PyErr_WriteUnraisableMsg("on calling ctypes callback function", in _CallPythonObject()
280 _PyErr_WriteUnraisableMsg("on converting result " in _CallPythonObject()
293 _PyErr_WriteUnraisableMsg("on converting result " in _CallPythonObject()
D_ctypes.c154 _PyErr_WriteUnraisableMsg("on calling _ctypes.DictRemover", NULL); in _DictRemover_call()
/external/python/cpython3/Include/cpython/
Dpyerrors.h183 PyAPI_FUNC(void) _PyErr_WriteUnraisableMsg(
/external/python/cpython3/Python/
Derrors.c1426 _PyErr_WriteUnraisableMsg(const char *err_msg_str, PyObject *obj) in _PyErr_WriteUnraisableMsg() function
1531 _PyErr_WriteUnraisableMsg(NULL, obj); in PyErr_WriteUnraisable()
Dpythonrun.c742 _PyErr_WriteUnraisableMsg("in audit hook", NULL); in _PyErr_PrintEx()
Dceval.c4770 _PyErr_WriteUnraisableMsg("in PyEval_SetProfile", NULL); in PyEval_SetProfile()
4815 _PyErr_WriteUnraisableMsg("in PyEval_SetTrace", NULL); in PyEval_SetTrace()
/external/python/cpython3/Modules/
Dgcmodule.c1006 _PyErr_WriteUnraisableMsg("in tp_clear of", in delete_garbage()
1308 _PyErr_WriteUnraisableMsg("in garbage collection", NULL); in collect()
D_threadmodule.c1046 _PyErr_WriteUnraisableMsg("in thread started by", boot->func); in t_bootstrap()
D_testcapimodule.c5189 _PyErr_WriteUnraisableMsg(err_msg_utf8, obj); in test_write_unraisable_exc()
/external/python/cpython3/Tools/c-analyzer/
DTODO538 Python/errors.c:_PyErr_WriteUnraisableMsg():PyId_unraisablehook _Py_IDENTIFIER(unraisablehook)
Dknown.tsv1414 Python/errors.c _PyErr_WriteUnraisableMsg PyId_unraisablehook variable _Py_IDENTIFIER(unraisablehoo…
/external/python/cpython3/Objects/
Dunicodeobject.c1942 _PyErr_WriteUnraisableMsg("deletion of interned string failed", in unicode_dealloc()