Searched refs:GEN_START (Results 1 – 6 of 6) sorted by relevance
110 #define GEN_START 129 macro
192 …ssert(f->f_lasti >= 0 || ((unsigned char *)PyBytes_AS_STRING(f->f_code->co_code))[0] == GEN_START); in gen_send_ex2()
436 Add GEN_START opcode. Marks start of generator, including async, or
1253 .. opcode:: GEN_START (kind)
1196 case GEN_START: in stack_effect()7029 entryblock->b_instr[0].i_opcode = GEN_START; in insert_generator_prefix()
2650 case TARGET(GEN_START): { in _PyEval_EvalFrameDefault()