Home
last modified time | relevance | path

Searched refs:GET_YIELD_FROM_ITER (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h48 #define GET_YIELD_FROM_ITER 69 macro
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b3.rst41 GET_YIELD_FROM_ITER; fix generators wrapper used in types.coroutine to be
/external/python/cpython3/Doc/library/
Ddis.rst383 .. opcode:: GET_YIELD_FROM_ITER
/external/python/cpython3/Python/
Dcompile.c1111 case GET_YIELD_FROM_ITER: in stack_effect()
4448 ADDOP(c, GET_YIELD_FROM_ITER); in compiler_visit_expr()
Dceval.c2776 TARGET(GET_YIELD_FROM_ITER) { in _PyEval_EvalFrameDefault()