Searched refs:_PyErr_WriteUnraisableMsg (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | callbacks.c | 238 _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.c | 154 _PyErr_WriteUnraisableMsg("on calling _ctypes.DictRemover", NULL); in _DictRemover_call()
|
/external/python/cpython3/Include/cpython/ |
D | pyerrors.h | 183 PyAPI_FUNC(void) _PyErr_WriteUnraisableMsg(
|
/external/python/cpython3/Python/ |
D | errors.c | 1426 _PyErr_WriteUnraisableMsg(const char *err_msg_str, PyObject *obj) in _PyErr_WriteUnraisableMsg() function 1531 _PyErr_WriteUnraisableMsg(NULL, obj); in PyErr_WriteUnraisable()
|
D | pythonrun.c | 742 _PyErr_WriteUnraisableMsg("in audit hook", NULL); in _PyErr_PrintEx()
|
D | ceval.c | 4770 _PyErr_WriteUnraisableMsg("in PyEval_SetProfile", NULL); in PyEval_SetProfile() 4815 _PyErr_WriteUnraisableMsg("in PyEval_SetTrace", NULL); in PyEval_SetTrace()
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 1006 _PyErr_WriteUnraisableMsg("in tp_clear of", in delete_garbage() 1308 _PyErr_WriteUnraisableMsg("in garbage collection", NULL); in collect()
|
D | _threadmodule.c | 1046 _PyErr_WriteUnraisableMsg("in thread started by", boot->func); in t_bootstrap()
|
D | _testcapimodule.c | 5189 _PyErr_WriteUnraisableMsg(err_msg_utf8, obj); in test_write_unraisable_exc()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 538 Python/errors.c:_PyErr_WriteUnraisableMsg():PyId_unraisablehook _Py_IDENTIFIER(unraisablehook)
|
D | known.tsv | 1414 Python/errors.c _PyErr_WriteUnraisableMsg PyId_unraisablehook variable _Py_IDENTIFIER(unraisablehoo…
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 1942 _PyErr_WriteUnraisableMsg("deletion of interned string failed", in unicode_dealloc()
|