Home
last modified time | relevance | path

Searched refs:ExceptHandler_type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast_state.h52 PyObject *ExceptHandler_type; member
/third_party/python/Python/
DPython-ast.c66 Py_CLEAR(state->ExceptHandler_type); in _PyAST_Fini()
1702 state->ExceptHandler_type = make_type(state, "ExceptHandler", in init_types()
1706 if (!state->ExceptHandler_type) return 0; in init_types()
1707 if (PyObject_SetAttr(state->ExceptHandler_type, state->type, Py_None) == -1) in init_types()
1709 if (PyObject_SetAttr(state->ExceptHandler_type, state->name, Py_None) == -1) in init_types()
4824 tp = (PyTypeObject *)state->ExceptHandler_type; in ast2obj_excepthandler()
10096 tp = state->ExceptHandler_type; in obj2ast_excepthandler()
11920 if (PyModule_AddObjectRef(m, "ExceptHandler", state->ExceptHandler_type) < in astmodule_exec()