Home
last modified time | relevance | path

Searched refs:FUTURE_NESTED_SCOPES (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dcompile.h22 #define FUTURE_NESTED_SCOPES "nested_scopes" macro
/external/python/cpython3/Include/
Dcompile.h39 #define FUTURE_NESTED_SCOPES "nested_scopes" macro
/external/python/cpython2/Python/
Dfuture.c28 if (strcmp(feature, FUTURE_NESTED_SCOPES) == 0) { in future_check_features()
/external/python/cpython3/Python/
Dfuture.c27 if (strcmp(feature, FUTURE_NESTED_SCOPES) == 0) { in future_check_features()