Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h40 #define FUTURE_GENERATORS "generators" macro
/third_party/python/Python/
Dfuture.c23 } else if (strcmp(feature, FUTURE_GENERATORS) == 0) { in future_check_features()