Home
last modified time | relevance | path

Searched refs:GEN_START (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dopcode.h110 #define GEN_START 129 macro
/third_party/python/Objects/
Dgenobject.c192 …ssert(f->f_lasti >= 0 || ((unsigned char *)PyBytes_AS_STRING(f->f_code->co_code))[0] == GEN_START); in gen_send_ex2()
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst436 Add GEN_START opcode. Marks start of generator, including async, or
/third_party/python/Doc/library/
Ddis.rst1253 .. opcode:: GEN_START (kind)
/third_party/python/Python/
Dcompile.c1196 case GEN_START: in stack_effect()
7029 entryblock->b_instr[0].i_opcode = GEN_START; in insert_generator_prefix()
Dceval.c2650 case TARGET(GEN_START): { in _PyEval_EvalFrameDefault()