Home
last modified time | relevance | path

Searched refs:ExceptHookArgsType (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
D_threadmodule.c1472 static PyTypeObject ExceptHookArgsType; variable
1493 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()
/third_party/python/Tools/c-analyzer/
DTODO640 Modules/_threadmodule.c:ExceptHookArgsType static PyTypeObject ExceptHookArgs…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2363 Modules/_threadmodule.c - ExceptHookArgsType -