Home
last modified time | relevance | path

Searched defs:CO_FUTURE_UNICODE_LITERALS (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
D__future__.py75 CO_FUTURE_UNICODE_LITERALS = 0x200000 # unicode string literals variable
/third_party/python/Include/cpython/
Dcode.h94 #define CO_FUTURE_UNICODE_LITERALS 0x200000 macro