Searched refs:ExceptHookArgsType (Results 1 – 3 of 3) sorted by relevance
1472 static PyTypeObject ExceptHookArgsType; variable1493 if (!Py_IS_TYPE(args, &ExceptHookArgsType)) { in thread_excepthook()1628 if (ExceptHookArgsType.tp_name == NULL) { in thread_module_exec()1629 if (PyStructSequence_InitType2(&ExceptHookArgsType, in thread_module_exec()1639 if (PyModule_AddType(module, &ExceptHookArgsType) < 0) { in thread_module_exec()
640 Modules/_threadmodule.c:ExceptHookArgsType static PyTypeObject ExceptHookArgs…
2363 Modules/_threadmodule.c - ExceptHookArgsType -