Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcompile.h23 #define FUTURE_GENERATORS "generators" macro
/external/python/cpython2/Python/
Dfuture.c30 } else if (strcmp(feature, FUTURE_GENERATORS) == 0) { in future_check_features()