Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcompile.h24 #define FUTURE_DIVISION "division" macro
/external/python/cpython3/Include/
Dcompile.h55 #define FUTURE_DIVISION "division" macro
/external/python/cpython2/Python/
Dfuture.c32 } else if (strcmp(feature, FUTURE_DIVISION) == 0) { in future_check_features()
/external/python/cpython3/Python/
Dfuture.c32 } else if (strcmp(feature, FUTURE_DIVISION) == 0) { in future_check_features()