Home
last modified time | relevance | path

Searched refs:CO_FUTURE_GENERATOR_STOP (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
D__future__.py77 CO_FUTURE_GENERATOR_STOP = 0x800000 # StopIteration becomes RuntimeError in generators variable
143 CO_FUTURE_GENERATOR_STOP)
/external/python/cpython3/Include/
Dcompile.h21 CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
/external/python/cpython3/Include/cpython/
Dcode.h97 #define CO_FUTURE_GENERATOR_STOP 0x800000 macro