Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h14 #define PyCF_SOURCE_IS_UTF8 0x0100 macro
/external/python/cpython2/Python/
Dbltinmodule.c550 cf.cf_flags |= PyCF_SOURCE_IS_UTF8; in builtin_compile()
695 cf.cf_flags |= PyCF_SOURCE_IS_UTF8; in builtin_eval()
Dast.c225 if (flags && flags->cf_flags & PyCF_SOURCE_IS_UTF8) { in PyAST_FromNode()
Dceval.c5077 cf.cf_flags |= PyCF_SOURCE_IS_UTF8; in exec_statement()