Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h41 #define FUTURE_DIVISION "division" macro
/third_party/python/Python/
Dfuture.c25 } else if (strcmp(feature, FUTURE_DIVISION) == 0) { in future_check_features()