Searched refs:Global_type (Results 1 – 2 of 2) sorted by relevance
62 PyObject *Global_type; member
76 Py_CLEAR(state->Global_type); in _PyAST_Fini()1275 state->Global_type = make_type(state, "Global", state->stmt_type, in init_types()1278 if (!state->Global_type) return 0; in init_types()4097 tp = (PyTypeObject *)state->Global_type; in ast2obj_stmt()7661 tp = state->Global_type; in obj2ast_stmt()11696 if (PyModule_AddObjectRef(m, "Global", state->Global_type) < 0) { in astmodule_exec()