Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h45 #define FUTURE_UNICODE_LITERALS "unicode_literals" macro
/third_party/python/Python/
Dfuture.c33 } else if (strcmp(feature, FUTURE_UNICODE_LITERALS) == 0) { in future_check_features()