Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c21 int c_future_unicode; /* __future__ unicode literals flag */ member
237 c.c_future_unicode = flags && flags->cf_flags & CO_FUTURE_UNICODE_LITERALS; in PyAST_FromNode()
3467 int unicode = c->c_future_unicode; in parsestr()