Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h39 #define FUTURE_NESTED_SCOPES "nested_scopes" macro
/third_party/python/Python/
Dfuture.c21 if (strcmp(feature, FUTURE_NESTED_SCOPES) == 0) { in future_check_features()