Searched refs:FUTURE_UNICODE_LITERALS (Results 1 – 3 of 3) sorted by relevance
28 #define FUTURE_UNICODE_LITERALS "unicode_literals" macro
40 } else if (strcmp(feature, FUTURE_UNICODE_LITERALS) == 0) { in future_check_features()
211 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) { in future_hack()