Searched refs:YIELD_FROM (Results 1 – 7 of 7) sorted by relevance
59 #define YIELD_FROM 72 macro
31 instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647).
1065 instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647).
1047 case YIELD_FROM: in stack_effect()1837 ADDOP(c, YIELD_FROM); in compiler_unwind_fblock()2921 ADDOP(c, YIELD_FROM); in compiler_async_for()4733 ADDOP(c, YIELD_FROM); in compiler_async_comprehension_generator()4879 ADDOP(c, YIELD_FROM); in compiler_comprehension()5033 ADDOP(c, YIELD_FROM); in compiler_async_with()5070 ADDOP(c, YIELD_FROM); in compiler_async_with()5081 ADDOP(c, YIELD_FROM); in compiler_async_with()5233 ADDOP(c, YIELD_FROM); in compiler_visit_expr1()5250 ADDOP(c, YIELD_FROM); in compiler_visit_expr1()
1758 opcode != YIELD_FROM) { in _PyEval_EvalFrameDefault()2581 case TARGET(YIELD_FROM): { in _PyEval_EvalFrameDefault()
354 assert(code[0] != YIELD_FROM); in _PyGen_yf()358 if (code[(f->f_lasti+1)*sizeof(_Py_CODEUNIT)] != YIELD_FROM) in _PyGen_yf()
671 .. opcode:: YIELD_FROM