Home
last modified time | relevance | path

Searched refs:FUTURE_GENERATOR_STOP (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dcompile.h47 #define FUTURE_GENERATOR_STOP "generator_stop" macro
/third_party/python/Python/
Dfuture.c37 } else if (strcmp(feature, FUTURE_GENERATOR_STOP) == 0) { in future_check_features()