Searched refs:Continue_type (Results 1 – 2 of 2) sorted by relevance
42 PyObject *Continue_type; member
56 Py_CLEAR(state->Continue_type); in _PyAST_Fini()1293 state->Continue_type = make_type(state, "Continue", state->stmt_type, NULL, in init_types()1296 if (!state->Continue_type) return 0; in init_types()4139 tp = (PyTypeObject *)state->Continue_type; in ast2obj_stmt()7815 tp = state->Continue_type; in obj2ast_stmt()11711 if (PyModule_AddObjectRef(m, "Continue", state->Continue_type) < 0) { in astmodule_exec()