Searched refs:YIELD_FROM (Results 1 – 8 of 8) sorted by relevance
51 #define YIELD_FROM 72 macro
31 instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647).
1066 instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647).
971 case YIELD_FROM: in stack_effect()2407 ADDOP(c, YIELD_FROM); in compiler_async_for()3956 ADDOP(c, YIELD_FROM); in compiler_async_comprehension_generator()4112 ADDOP(c, YIELD_FROM); in compiler_comprehension()4255 ADDOP(c, YIELD_FROM); in compiler_async_with()4296 ADDOP(c, YIELD_FROM); in compiler_async_with()4450 ADDOP(c, YIELD_FROM); in compiler_visit_expr()4463 ADDOP(c, YIELD_FROM); in compiler_visit_expr()
948 opcode == YIELD_FROM) { in _PyEval_EvalFrameDefault()1782 TARGET(YIELD_FROM) { in _PyEval_EvalFrameDefault()
343 assert(code[0] != YIELD_FROM); in _PyGen_yf()347 if (code[f->f_lasti + sizeof(_Py_CODEUNIT)] != YIELD_FROM) in _PyGen_yf()
192 if (code[f->f_lasti] == YIELD_VALUE || code[f->f_lasti] == YIELD_FROM) { in frame_setlineno()
652 .. opcode:: YIELD_FROM