Searched refs:UnraisableHookArgsType (Results 1 – 3 of 3) sorted by relevance
1173 static PyTypeObject UnraisableHookArgsType; variable1195 if (UnraisableHookArgsType.tp_name == NULL) { in _PyErr_Init()1196 if (PyStructSequence_InitType2(&UnraisableHookArgsType, in _PyErr_Init()1210 PyObject *args = PyStructSequence_New(&UnraisableHookArgsType); in make_unraisable_hook_args()1393 if (!Py_IS_TYPE(args, &UnraisableHookArgsType)) { in _PyErr_WriteUnraisableDefaultHook()
909 Python/errors.c:UnraisableHookArgsType static PyTypeObject UnraisableHook…
1888 Python/errors.c - UnraisableHookArgsType variable static PyTypeObject UnraisableHookArgsType