Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcompile.h27 #define PyCF_SOURCE_IS_UTF8 0x0100 macro
/external/python/cpython3/Modules/
Dsymtablemodule.c36 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in _symtable_symtable_impl()
/external/python/cpython2/Include/
Dpythonrun.h14 #define PyCF_SOURCE_IS_UTF8 0x0100 macro
/external/python/cpython3/Python/
Dbltinmodule.c736 cf.cf_flags = flags | PyCF_SOURCE_IS_UTF8; in builtin_compile_impl()
950 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in builtin_eval_impl()
1041 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in builtin_exec_impl()
/external/python/cpython2/Python/
Dbltinmodule.c551 cf.cf_flags |= PyCF_SOURCE_IS_UTF8; in builtin_compile()
696 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.c5116 cf.cf_flags |= PyCF_SOURCE_IS_UTF8; in exec_statement()