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 = 0x80000 # StopIteration becomes RuntimeError in generators variable
142 CO_FUTURE_GENERATOR_STOP)
/external/python/cpython3/Include/
Dcompile.h19 CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
Dcode.h84 #define CO_FUTURE_GENERATOR_STOP 0x80000 macro