Home
last modified time | relevance | path

Searched refs:PyPARSE_UNICODE_LITERALS (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dparsetok.h31 #define PyPARSE_UNICODE_LITERALS 0x0008 macro
/external/python/cpython3/Include/
Dparsetok.h32 #define PyPARSE_UNICODE_LITERALS 0x0008
/external/python/cpython2/Parser/
Dparsetok.c146 if (*flags & PyPARSE_UNICODE_LITERALS) { in parsetok()
/external/python/cpython3/Parser/pegen/
Dpegen.h19 #define PyPARSE_UNICODE_LITERALS 0x0008
/external/python/cpython2/Python/
Dpythonrun.c811 PyPARSE_UNICODE_LITERALS : 0) \