Searched refs:Interactive_type (Results 1 – 2 of 2) sorted by relevance
73 PyObject *Interactive_type; member
87 Py_CLEAR(state->Interactive_type); in _PyAST_Fini()1111 state->Interactive_type = make_type(state, "Interactive", state->mod_type, in init_types()1114 if (!state->Interactive_type) return 0; in init_types()3596 tp = (PyTypeObject *)state->Interactive_type; in ast2obj_mod()5429 tp = state->Interactive_type; in obj2ast_mod()11622 if (PyModule_AddObjectRef(m, "Interactive", state->Interactive_type) < 0) { in astmodule_exec()12028 req_type[2] = state->Interactive_type; in PyAST_obj2mod()